Browse Source

fix(usergold): 修复总数据请求成功时精网号不存在的问题 导致数据 为null 不清除

zhangrenyuan/feature-20250714163943-金币前端二期
lihui 2 weeks ago
parent
commit
4775a78850
  1. 1
      src/views/usergold/clientCountBalance.vue

1
src/views/usergold/clientCountBalance.vue

@ -140,6 +140,7 @@ const get = async function (val) {
freeDecemberGold.value = 0
taskGold.value = 0
goldtotal.value = 0
freeGold.value = 0
// //
// const goldtotal = ref(0)

Loading…
Cancel
Save