更新
@ -2,8 +2,8 @@
|
|||||||
"name" : "惠农生活",
|
"name" : "惠农生活",
|
||||||
"appid" : "__UNI__3A527D1",
|
"appid" : "__UNI__3A527D1",
|
||||||
"description" : "",
|
"description" : "",
|
||||||
"versionName" : "1.7.2",
|
"versionName" : "1.7.3",
|
||||||
"versionCode" : 172,
|
"versionCode" : 173,
|
||||||
"transformPx" : false,
|
"transformPx" : false,
|
||||||
/* 5+App特有相关 */
|
/* 5+App特有相关 */
|
||||||
"app-plus" : {
|
"app-plus" : {
|
||||||
|
@ -58,7 +58,7 @@
|
|||||||
<image class="img" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/9bafd202401191526406639.png"></image>
|
<image class="img" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/9bafd202401191526406639.png"></image>
|
||||||
<view class="p_text" style="bottom: 60rpx;">
|
<view class="p_text" style="bottom: 60rpx;">
|
||||||
<view class="smoll">恭喜你!成功获得</view>
|
<view class="smoll">恭喜你!成功获得</view>
|
||||||
<view class="smoll red_count"><text class="count">500</text>元</view>
|
<view class="smoll red_count"><text class="count"></text>元</view>
|
||||||
<view class="big2">购买指定商品可直接抵扣使用</view>
|
<view class="big2">购买指定商品可直接抵扣使用</view>
|
||||||
<view class="smoll">2024-10-10 18:00:00过期</view>
|
<view class="smoll">2024-10-10 18:00:00过期</view>
|
||||||
<image @click="close()" class="btn_img" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/385f4202401191532068870.png"></image>
|
<image @click="close()" class="btn_img" mode="widthFix" src="https://lihai001.oss-cn-chengdu.aliyuncs.com/def/385f4202401191532068870.png"></image>
|
||||||
@ -107,7 +107,11 @@ export default {
|
|||||||
info: {
|
info: {
|
||||||
user_info: []
|
user_info: []
|
||||||
},
|
},
|
||||||
status: 1, //0不可开, 1可开, 2已开
|
red_packet: {
|
||||||
|
amount: '0.00',
|
||||||
|
end_time: ''
|
||||||
|
},
|
||||||
|
status: 0, //0不可开, 1可开, 2已开
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {},
|
onLoad() {},
|
||||||
@ -134,9 +138,12 @@ export default {
|
|||||||
this.$refs.redPacket.close();
|
this.$refs.redPacket.close();
|
||||||
},
|
},
|
||||||
// 打开红包
|
// 打开红包
|
||||||
openRedPacket(){
|
async openRedPacket(){
|
||||||
this.$refs.redPacket.close();
|
this.$refs.redPacket.close();
|
||||||
|
try{
|
||||||
|
let {data} = await storeActivityReceive();
|
||||||
this.$nextTick(()=>{
|
this.$nextTick(()=>{
|
||||||
|
this.red_packet = data.result;
|
||||||
this.$u.sleep(800).then(()=>{
|
this.$u.sleep(800).then(()=>{
|
||||||
this.status = 2;
|
this.status = 2;
|
||||||
this.$u.sleep(100).then(()=>{
|
this.$u.sleep(100).then(()=>{
|
||||||
@ -144,6 +151,9 @@ export default {
|
|||||||
})
|
})
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
}catch(e){
|
||||||
|
Toast(e)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {
|
onPullDownRefresh() {
|
||||||
|
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 853 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 672 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 895 B |
Before Width: | Height: | Size: 565 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 922 B |