kevin_zhangl 3 anos atrás
pai
commit
59437a21dd

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

@@ -151,7 +151,7 @@
       onSubmit() {
       onSubmit() {
             if (this.form.type === 'bonus') {
             if (this.form.type === 'bonus') {
               if ((Number.parseFloat(this.userInfo['BONUS']) + Number.parseFloat(this.form.amount)) < 0) {
               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', // 确定
                   confirmButtonText: 'confirm', // 确定
                   cancelButtonText: 'cancel', // 取消
                   cancelButtonText: 'cancel', // 取消
                   type: 'warning'
                   type: 'warning'