Commit 4580d70b authored by jyx's avatar jyx

代码优化

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