xiongzhu 3 years ago
parent
commit
925476005a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/WalletPage.vue

+ 1 - 1
src/views/WalletPage.vue

@@ -200,7 +200,7 @@ export default {
                 amount = c
                 amount = c
             }
             }
             this.showRecharge = false
             this.showRecharge = false
-            this.$toast.loading('充值')
+            this.$toast.loading(this.$t('balance.recharge'))
             this.$http.post('/user/recharge', { amount }).then(res => {
             this.$http.post('/user/recharge', { amount }).then(res => {
                 // this.$toast.success('充值成功')
                 // this.$toast.success('充值成功')
                 // this.getBalance()
                 // this.getBalance()