Commit 0932408c authored by 潘永坪's avatar 潘永坪

券处理

parent adaa6715
...@@ -216,9 +216,9 @@ ...@@ -216,9 +216,9 @@
<view style="display:flex;justify-content: center;"> <view style="display:flex;justify-content: center;">
<image src="/static/img/combination/bigCoupon.png" style="width: 85%;" mode="widthFix"></image> <image src="/static/img/combination/bigCoupon.png" style="width: 85%;" mode="widthFix"></image>
</view> </view>
<view style="display: flex;justify-content: center;"> <!-- <view style="display: flex;justify-content: center;">
<u-icon name="close-circle-fill" color="#333333" size="56"></u-icon> <u-icon name="close-circle-fill" color="#333333" size="56"></u-icon>
</view> </view> -->
</view> </view>
</view> </view>
</view> </view>
...@@ -617,8 +617,9 @@ export default { ...@@ -617,8 +617,9 @@ export default {
} }
this.$request('scenic/market/findPageMarket', data).then((res) => { this.$request('scenic/market/findPageMarket', data).then((res) => {
if (res.data && res.data.length > 0) { if (res.data && res.data.length > 0) {
//有券时显示 //有券时显示券
this.showSmallCoupon=true this.showSmallCoupon=true
this.showBigCoupon=true
} }
}) })
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment