|
|
@@ -151,7 +151,7 @@
|
|
|
onSubmit() {
|
|
|
if (this.form.type === 'bonus') {
|
|
|
if ((Number.parseFloat(this.userInfo['BONUS']) + Number.parseFloat(this.form.amount)) < 0) {
|
|
|
- this.$confirm(`会员账户余额不足,是否继续提交`, 'Hint', {
|
|
|
+ this.$confirm(`Ecoin of member is insufficient, whether to continue to submit.`, 'Hint', {// 会员账户余额不足,是否继续提交
|
|
|
confirmButtonText: 'confirm', // 确定
|
|
|
cancelButtonText: 'cancel', // 取消
|
|
|
type: 'warning'
|