Browse Source

抽奖页面

DESKTOP-O04BTUJ\muzen 3 năm trước cách đây
mục cha
commit
5c3f79376d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()
       })
     },