|
@@ -33,7 +33,7 @@
|
|
activeColor="#E96737" @change="changeChecked($event, item)"></u-checkbox>
|
|
activeColor="#E96737" @change="changeChecked($event, item)"></u-checkbox>
|
|
</u-checkbox-group>
|
|
</u-checkbox-group>
|
|
</view>
|
|
</view>
|
|
- <view class="flex info">
|
|
|
|
|
|
+ <view class="flex info" @click="toPrizeGoods(item)">
|
|
<image :src="item.picUrl" mode="aspectFill"></image>
|
|
<image :src="item.picUrl" mode="aspectFill"></image>
|
|
<view class="flex desc">
|
|
<view class="flex desc">
|
|
<view class="ells content">{{ item.title }}</view>
|
|
<view class="ells content">{{ item.title }}</view>
|
|
@@ -193,7 +193,7 @@
|
|
url: '/pages/user/index'
|
|
url: '/pages/user/index'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
pageList() {
|
|
pageList() {
|
|
this.pageNum = 1
|
|
this.pageNum = 1
|
|
this.list = []
|
|
this.list = []
|
|
@@ -284,6 +284,12 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
|
|
|
|
|
|
+ toPrizeGoods(item) {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: `/pages/prizeGoods/detail?id=${ item.goodsId }`
|
|
|
|
+ })
|
|
|
|
+ },
|
|
|
|
+
|
|
toPrizeDetail(item) {
|
|
toPrizeDetail(item) {
|
|
let data = JSON.parse(item.useArea)
|
|
let data = JSON.parse(item.useArea)
|
|
let type = JSON.parse(item.type)
|
|
let type = JSON.parse(item.type)
|