瀏覽代碼

修改获取中间名单的节点

xiaohaizhao 11 月之前
父節點
當前提交
9947f91155
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      store/lottery/modules/sudoku.vue

+ 1 - 1
store/lottery/modules/sudoku.vue

@@ -199,7 +199,6 @@ export default {
           );
           that.$refs.myLucky.stop(index);
           that.queryAwardCount();
-          that.getWinningList();
           setTimeout(() => {
             that.loading = false;
             that.showWinningResult(res.data, index);
@@ -209,6 +208,7 @@ export default {
     showWinningResult(data, index) {
       console.log("中奖结果", data);
       let that = this;
+      that.getWinningList();
       uni.showModal({
         title: "恭喜您抽中",
         content: data.awardname,