修改代码
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
<view v-if="danbu === '是' &&isWxIosPay&&isShowMoneyPay" class="pay-content-itemczg"
|
||||
@click="payVideo(2)">
|
||||
<text class="pay-content-items">
|
||||
{{isShowMoneyPay}}{{countPrice}}元解锁单集视频
|
||||
{{countPrice}}元解锁单集视频
|
||||
</text>
|
||||
</view>
|
||||
<!-- <view class="pay-content-itemczg" @click="goNav('/pages/me/vip/index')" v-if="isVips == '是'">
|
||||
@@ -247,9 +247,10 @@
|
||||
|
||||
</view>
|
||||
</uni-popup>
|
||||
<uni-popup ref="alertDialog" type="center" background-color="#fff">
|
||||
<uni-popup ref="alertDialog" type="center" background-color="#fff">
|
||||
<view style="width: 500rpx;position: relative;">
|
||||
<view style="padding: 20rpx; flex-direction: row; display: flex;align-items: center; justify-content: space-between;">
|
||||
<view
|
||||
style="padding: 20rpx; flex-direction: row; display: flex;align-items: center; justify-content: space-between;">
|
||||
<view class=""></view>
|
||||
<view class=""></view>
|
||||
<image @tap="close" style="width: 20rpx;height: 20rpx;" src="../../static/images/me/closeIconss.png"
|
||||
@@ -261,9 +262,12 @@
|
||||
</view>
|
||||
<view
|
||||
style="align-items: center;flex-direction: row;justify-content: space-between;border-top: 1rpx solid #333333;">
|
||||
<view style="display: block; height: 80rpx;flex:1; justify-content: center;align-items: center;line-height: 80rpx;border-right: 1px solid #333333;"
|
||||
<view
|
||||
style="display: block; height: 80rpx;flex:1; justify-content: center;align-items: center;line-height: 80rpx;border-right: 1px solid #333333;"
|
||||
@tap="dialogConfirm">去登录</view>
|
||||
<view style="display: block; height: 80rpx;flex:1;justify-content: center;align-items: center;line-height: 80rpx;" @tap="dialogClose">看免费视频</view>
|
||||
<view
|
||||
style="display: block; height: 80rpx;flex:1;justify-content: center;align-items: center;line-height: 80rpx;"
|
||||
@tap="dialogClose">看免费视频</view>
|
||||
</view>
|
||||
</view>
|
||||
</uni-popup>
|
||||
@@ -475,7 +479,7 @@
|
||||
|
||||
console.log('this bottom padding = ' + this.paddingBottom);
|
||||
|
||||
|
||||
|
||||
},
|
||||
onLoad(e) {
|
||||
//在苹果系统微信小程序是否开启支付
|
||||
|
||||
Reference in New Issue
Block a user