Commit a3737bf2 authored by 罗超's avatar 罗超

2

parent 448ded4d
......@@ -21,12 +21,10 @@
<view class="BuyNum">
星巴克咖啡{{item.BuyNum}}
</view>
<view class="GiveAway">
<view class="GiveAway" v-if="item.GiveAwayNum>0">
{{item.BuyNum}}杯赠{{item.GiveAwayNum}}
</view>
<view class="validate">
购入有限期9个月
</view>
</view>
<view class="itemInfo2">
<view class="money">
......@@ -188,7 +186,7 @@
font-size: 32rpx;
font-weight: 500;
color: #000000;
margin-bottom: 20rpx;
}
.GiveAway {
......@@ -200,6 +198,7 @@
font-weight: 500;
color: #FFFFFF;
display: inline-block;
margin-top: 20rpx;
margin-bottom: 15rpx;
}
......
......@@ -60,7 +60,7 @@
<text>立即购买</text>
<view class="tipBox" v-if="pageData.GiveAwayList&&pageData.GiveAwayList.length>0">
<view class="tipText">
{{pageData.GiveAwayList[0].BuyNum}}{{pageData.GiveAwayList[0].GiveAwayNum}}
{{pageData.GiveAwayList[1].BuyNum}}{{pageData.GiveAwayList[1].GiveAwayNum}}
</view>
<view class="tipIcon"></view>
</view>
......@@ -123,7 +123,6 @@
pageData: {},
isShowSuccess: false,
timer: null,
timing: 0, //二维码计时用
username: "",
flag:false,//是否继续请求扫码结果
}
......
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