DESKTOP-O04BTUJ\muzen 3 anni fa
parent
commit
5c3f79376d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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()
       })
     },