kevin_zhangl 3 лет назад
Родитель
Сommit
59437a21dd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      backendEle/src/views/finance/change-balance-opt.vue

+ 1 - 1
backendEle/src/views/finance/change-balance-opt.vue

@@ -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'