Commit 193e8b24 authored by mengcuiguang's avatar mengcuiguang

bug优化

parent c3260a91
...@@ -128,13 +128,14 @@ ...@@ -128,13 +128,14 @@
if (data.list[i].forFirst == 1 && !tempFirstPayFlag) { if (data.list[i].forFirst == 1 && !tempFirstPayFlag) {
// 首充 // 首充
tempFirstPayFlag = true; tempFirstPayFlag = true;
that.firstPayList.push(data.list[i]); that.firstPayList.push(data.list[i]);
that.firstCash = data.list[i].firstPayPrice;
that.title = that.firstCash + ' 元自动解锁后续剧集';
} else { } else {
that.vipList.push(data.list[i]); that.vipList.push(data.list[i]);
} }
} }
that.firstCash = data.list[0].firstPayPrice;
that.title = that.firstCash + ' 元自动解锁后续剧集';
that.handlePay() that.handlePay()
} else { } else {
that.vipList = data.list; that.vipList = data.list;
......
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
}, },
methods: { methods: {
show() { show() {
// this.os = wx.getSystemInfoSync().platform; this.os = wx.getSystemInfoSync().platform;
this.windowHeight = uni.getSystemInfoSync().windowHeight this.windowHeight = uni.getSystemInfoSync().windowHeight
// loadData() { // loadData() {
this.post({ this.post({
......
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