Przeglądaj źródła

提现:新增提现成功提示文案

panyong 3 lat temu
rodzic
commit
c83772e0e2
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      htmldev/cps/src/views/withdrawCash/index.vue

+ 1 - 0
htmldev/cps/src/views/withdrawCash/index.vue

@@ -87,6 +87,7 @@ export default {
         const { status, msg } = await apiUserCash(amount)
         this.booLock = false
         if (status) {
+          Toast(msg)
           // 更新用户信息
           this.$store.dispatch('common/getUserInfo')
         } else {