Ver código fonte

抽奖页面

DESKTOP-O04BTUJ\muzen 3 anos atrás
pai
commit
5c3f79376d
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/pages/lottery/index.vue

+ 1 - 1
src/pages/lottery/index.vue

@@ -168,7 +168,7 @@ export default {
       this.$nextTick(() => {
         this.$refs.popup.open()
         this.disabled = true
-        this.getList()
+        this.setUserInfo()
       })
     },