Commit 37c46f1e authored by 郭志伟's avatar 郭志伟

"style: lint"

parent 2dea00d6
This diff is collapsed.
...@@ -129,7 +129,6 @@ ...@@ -129,7 +129,6 @@
// 增加一个透明遮罩层,控制用户滑动速度,400ms内只能滑动一次,解决用户滑动过快,不触发animationfinish的bug // 增加一个透明遮罩层,控制用户滑动速度,400ms内只能滑动一次,解决用户滑动过快,不触发animationfinish的bug
this.showPopup = true; this.showPopup = true;
const current = e.$wx.detail.current;
// 如果next中如果就剩下4个了,请求下一页 // 如果next中如果就剩下4个了,请求下一页
if (this.nextQueue.length === 4) { if (this.nextQueue.length === 4) {
getPrizeList().then(data => { getPrizeList().then(data => {
......
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