Browse Source

AR最小提现提示

xiaomei 1 year ago
parent
commit
ce24932cf0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/mine/arWithdraw.vue

+ 1 - 1
src/views/mine/arWithdraw.vue

@@ -132,7 +132,7 @@ export default {
         return;
       }
       if (this.withdrawAmount < Number(this.dataObj.ar_min_amount)) {
-        this.$toast(`最小${this.dataObj.ar_min_amount}SMH`);
+        this.$toast(`最小${this.dataObj.ar_min_amount}AR`);
         return;
       }
       if (this.withdrawAmount > Number(this.dataObj.ar)) {