From 958f10b40e3da9936a992892c25c14977027f862 Mon Sep 17 00:00:00 2001 From: wulin Date: Mon, 24 Aug 2020 15:27:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=BD=E5=A5=96=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E4=BA=BA=E5=91=98=E5=A7=93=E5=90=8D=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E6=9C=AA20=E6=AF=AB=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/lzluck.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/common/lzluck.vue b/src/views/common/lzluck.vue index 571278b..63b0a91 100644 --- a/src/views/common/lzluck.vue +++ b/src/views/common/lzluck.vue @@ -60,7 +60,7 @@ export default { timer: false, hasSendCode: false, query: { - luckId: 2 + luckId: 1//活动编号 }, data: [], luckdata: [], @@ -135,7 +135,7 @@ export default { this.dataForm.uuid = this.requst.luckGoodsReqs[this.time].name setTimeout(() =>{ this.randData(this.requst.luckGoodsReqs[this.time].counts) - }, 10) + }, 20) } }, randData (count) { @@ -157,7 +157,7 @@ export default { this.data = obj setTimeout(() =>{ this.randData(count) - }, 10) + }, 20) } } }