소스 검색

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

panyong 3 년 전
부모
커밋
c83772e0e2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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 {