kevin_zhangl пре 3 година
родитељ
комит
951986a23b
2 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      frontendEle/src/components/FilteTransfer.vue
  2. 2 2
      frontendEle/src/views/shop/order.vue

+ 1 - 1
frontendEle/src/components/FilteTransfer.vue

@@ -112,7 +112,7 @@ export default {
         },
         },
         {
         {
           type: 'cash',
           type: 'cash',
-          label: 'Balance'
+          label: 'Ecoin'
         },
         },
       ],
       ],
     }
     }

+ 2 - 2
frontendEle/src/views/shop/order.vue

@@ -345,7 +345,7 @@
                 }
                 }
 
 
                 // 提示信息
                 // 提示信息
-                let tips = 'Balance' //余额
+                let tips = 'Ecoin' //余额
                 if (this.payType !== 'cash' && this.payType !== 'pay_stack') {
                 if (this.payType !== 'cash' && this.payType !== 'pay_stack') {
                     let payObj = this.payList.find((item) => {
                     let payObj = this.payList.find((item) => {
                         return item.label === this.payType
                         return item.label === this.payType
@@ -355,7 +355,7 @@
 
 
                 // 余额是否充足
                 // 余额是否充足
                 if ((amountBalance > 0) && (this.payType !== 'pay_stack') && ((amountBalance - this.cashSum) < 0)) {
                 if ((amountBalance > 0) && (this.payType !== 'pay_stack') && ((amountBalance - this.cashSum) < 0)) {
-                    let tips = this.payList[this.payType] ? this.payList[this.payType].label : 'Balance'
+                    let tips = this.payList[this.payType] ? this.payList[this.payType].label : 'Ecoin'
                     this.$message({
                     this.$message({
                         message: tips + ' insufficient, unable to buy products', // 不足,无法购买商品
                         message: tips + ' insufficient, unable to buy products', // 不足,无法购买商品
                         type: 'error'
                         type: 'error'