Commit 193e8b24 authored by mengcuiguang's avatar mengcuiguang

bug优化

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