Commit 8cc6cea6 by sunchao

购买课程,不使用积分时,不出积分兑换弹框

parent 41a2f85d
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<view class="container"> <view class="container">
<view class="top"> <view class="top">
<view class="compony"> <view class="compony">
<image :src="cffpUserInfo.logo" mode="widthFix" style="max-width:400rpx"></image> <image :src="cffpUserInfo.logo" mode="widthFix" style="max-width:320rpx"></image>
<text class="name">{{cffpUserInfo.name}}</text> <text class="name">{{cffpUserInfo.name}}</text>
<text class="iconfont icon-31tishi" @click="getIntroduce('center')"></text> <text class="iconfont icon-31tishi" @click="getIntroduce('center')"></text>
</view> </view>
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<i class="iconfont icon-duihao"></i> <i class="iconfont icon-duihao"></i>
</view> </view>
</view> </view>
<view class="confirmBtn" @click="closePopup(1);toggle(3,'center')"> <view class="confirmBtn" @click="closePopup(1);">
确认 确认
</view> </view>
</view> </view>
...@@ -422,7 +422,11 @@ ...@@ -422,7 +422,11 @@
// 关闭弹出层 // 关闭弹出层
closePopup(val) { closePopup(val) {
if (val === 1) { if (val === 1) {
this.$refs.popup.close() this.$refs.popup.close()
if(this.isDeduction == 'true'){
this.toggle(3,'center')
}
} else { } else {
this.$refs.popup1.close() this.$refs.popup1.close()
} }
......
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