Pārlūkot izejas kodu

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

panyong 3 gadi atpakaļ
vecāks
revīzija
c83772e0e2
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 {