Explorar el Código

Merge branch 'master' of https://git.citupro.com/zhengnaiwen_citu/menduner-uniapp

Xiao_123 hace 1 día
padre
commit
308261d0f5
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      pages/index/welfare.vue

+ 2 - 0
pages/index/welfare.vue

@@ -144,6 +144,8 @@ watch([() => useUserStore.refreshToken, () => useUserStore.isLogin], () => {
   if (useUserStore.isLogin) {
     getBalance()
     getTask()
+  } else {
+    integralRules.value = []
   }
 })