|
@@ -132,7 +132,7 @@ export default {
|
|
|
return;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (this.withdrawAmount < Number(this.dataObj.ar_min_amount)) {
|
|
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;
|
|
return;
|
|
|
}
|
|
}
|
|
|
if (this.withdrawAmount > Number(this.dataObj.ar)) {
|
|
if (this.withdrawAmount > Number(this.dataObj.ar)) {
|