Commit b50c43c8 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent 4ffcdbda
......@@ -143,13 +143,11 @@
that.vipList.push(data.list[i]);
}
}
that.firstCash = data.list[0].firstPayPrice;
that.title = that.firstCash + ' 元自动解锁后续剧集';
this.showAnim = false
that.showPop('top')
that.handlePay()
} else {
} else {
this.showAnim = true
that.showPop('bottom')
that.vipList = data.list;
that.title = '超多精彩好剧一键解锁';
......@@ -230,7 +228,8 @@
// 符合首充
that.handleClose()
setTimeout(() => {
setTimeout(() => {
that.title = '超多精彩好剧一键解锁';
that.isFirstPayFlag = false
that.showPop('bottom')
}, 100);
......
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