Ver Fonte

修改获取中间名单的节点

xiaohaizhao há 11 meses atrás
pai
commit
9947f91155
1 ficheiros alterados com 1 adições e 1 exclusões
  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,