Commit 4580d70b authored by jyx's avatar jyx

代码优化

parent d67c9b0f
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<view v-else style="display: flex;align-items: center;font-size: 40rpx; <view v-else style="display: flex;align-items: center;font-size: 40rpx;
color: #f2b068; color: #f2b068;
font-weight: 700;"> font-weight: 700;">
{{multiply(item.firstPayPrice)}} {{multiply(item.firstPayPrice)}}
<image style="width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;" <image style="width: 50rpx;height: 50rpx;display: flex;margin-right: 10rpx;"
src="@/static/ic_zuan.png"> src="@/static/ic_zuan.png">
...@@ -115,6 +115,7 @@ ...@@ -115,6 +115,7 @@
titleText: '超多精彩好剧一键解锁', titleText: '超多精彩好剧一键解锁',
showClone: false, showClone: false,
albumId: "", albumId: "",
pm: null,
point: 0, point: 0,
}; };
}, },
...@@ -160,8 +161,8 @@ ...@@ -160,8 +161,8 @@
paySuccess(largeType) { paySuccess(largeType) {
if (largeType == 'vip') { if (largeType == 'vip') {
this.unlockAll() this.unlockAll()
} else if (largeType == 'point') { } else if (largeType == 'point') {
this.pm.setCurrentUnlock(); this.pm.setCurrentUnlock();
} }
// 支付完成回调 // 支付完成回调
...@@ -263,7 +264,7 @@ ...@@ -263,7 +264,7 @@
this.post({ this.post({
url: '/vip/getVipPayParams/douyin', url: '/vip/getVipPayParams/douyin',
data: { data: {
vedioId: that.albumId, albumId: that.albumId,
os: that.os, os: that.os,
pid: vipBean.pid pid: vipBean.pid
}, },
......
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