Commit ee78fa06 authored by renjie's avatar renjie

优惠活动改为送两寸照片

parent 71a8efea
...@@ -85,14 +85,13 @@ ...@@ -85,14 +85,13 @@
<view class="coupon-box" v-if="couponTip"> <view class="coupon-box" v-if="couponTip">
<view class="congra">恭喜您!</view> <view class="congra">恭喜您!</view>
<view class="get-coupon"> <view class="get-coupon">
获得摄影抵用券 免费获得 2 寸照片
<text class="price">{{couponPrice}}</text>
</view> </view>
<image class="my-card" src="./static/album/myCard.png" mode="aspectFit"></image> <image class="my-card" src="./static/album/myCard.png" mode="aspectFit"></image>
<view class="use-rule" @click="showUseRuleClick"> <!-- <view class="use-rule" @click="showUseRuleClick">
使用规则 使用规则
<u-icon name="arrow-right"></u-icon> <u-icon name="arrow-right"></u-icon>
</view> </view> -->
<view class="address">(使用地址:长江索道南站观景台旁)</view> <view class="address">(使用地址:长江索道南站观景台旁)</view>
</view> </view>
<view class="rules" v-if="showUseRule"> <view class="rules" v-if="showUseRule">
...@@ -190,10 +189,6 @@ export default { ...@@ -190,10 +189,6 @@ export default {
this.couponTip = false this.couponTip = false
this.showUseRule = false this.showUseRule = false
}, },
showUseRuleClick() {
this.couponTip = false
this.showUseRule = true
},
jumpToScanFaceClick() { //---跳转扫脸页面 jumpToScanFaceClick() { //---跳转扫脸页面
this.$request('wechatUser/pdFace/checkScanFace', { this.$request('wechatUser/pdFace/checkScanFace', {
openid: this.openid openid: this.openid
...@@ -380,8 +375,9 @@ export default { ...@@ -380,8 +375,9 @@ export default {
this.options = options this.options = options
if (this.options.template === 'true') { // 从模板选择页进入 if (this.options.template === 'true') { // 从模板选择页进入
this.show = true this.show = true
this.getCoupon() this.couponTip = true
this.couponIsUse() // this.getCoupon()
// this.couponIsUse()
}else if (this.options.channelId) { // 扫码进入本页 }else if (this.options.channelId) { // 扫码进入本页
this.handleWhetherToVotePage() this.handleWhetherToVotePage()
} else if (this.options.index == 1) { // 从vlog首页进入 } else if (this.options.index == 1) { // 从vlog首页进入
...@@ -645,14 +641,6 @@ export default { ...@@ -645,14 +641,6 @@ export default {
font-weight: 700; font-weight: 700;
} }
.price {
margin: 0 6rpx;
font-size: 64rpx;
font-weight: 700;
color: #EE520E;
}
.use-rule,
.address { .address {
font-size: 24rpx; font-size: 24rpx;
} }
......
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