1
0

2 Commity a94479360b ... e13bf886b0

Autor SHA1 Správa Dátum
  郭宇琦 e13bf886b0 Merge branch 'gyq_test' of http://git.bms16.com/liuwei/zx_flk_app into gyq_test 2 dní pred
  郭宇琦 881610b7d9 bug修改 2 dní pred
3 zmenil súbory, kde vykonal 8 pridanie a 7 odobranie
  1. 5 4
      locale/en.json
  2. 2 1
      locale/zh.json
  3. 1 2
      pages/my/my.vue

+ 5 - 4
locale/en.json

@@ -598,8 +598,8 @@
 	"还车申请中": "Return Pending",
 	"还车中": "Returning Vehicle",
 	"车辆已归还": "Vehicle Returned",
-	"订单已支付": "Order Paid",
-	"订单未支付": "Order Not Paid",
+	"订单已支付": "Paid",
+	"订单未支付": "Not Paid",
 	"已完结": "Finished",
 	"支付中": "Paying",
 	"支付成功": "Payment Success",
@@ -636,7 +636,7 @@
 	"展开": "Expand",
 	"租借周期:购买": "Rental Period: Purchase",
 	"订单信息": "Order Information",
-	"订单编号": "Order No.",
+	"订单编号": "Order No",
 	"支付时间": "Payment Time",
 	"支付方式": "Payment Method",
 	"微信支付": "WeChat Pay",
@@ -857,5 +857,6 @@
 	"时长": "Rental Duration",
 	"系统会根据您的定位判断您是否已到还车位置,如您已经到达门店,请点击「我已到店」按钮,待门店确认还车后,即可还车成功。": "The system will determine whether you have arrived at the return location based on your positioning. If you have already arrived at the store, please click the 'I have arrived at the store' button. After the store confirms the return, the car return process will be successfully completed",
 	"购买时间":"Buy Time",
-	"¥": "$"
+	"¥": "$",
+	"当前电池存在未知型号,请联系门店处理!":"The current battery is of an unknown model. Please contact the store for assistance!"
 }

+ 2 - 1
locale/zh.json

@@ -857,5 +857,6 @@
 	"时长": "时长",
 	"系统会根据您的定位判断您是否已到还车位置,如您已经到达门店,请点击「我已到店」按钮,待门店确认还车后,即可还车成功。": "系统会根据您的定位判断您是否已到还车位置,如您已经到达门店,请点击「我已到店」按钮,待门店确认还车后,即可还车成功。",
 	"购买时间":"购买时间",
-	"¥": "¥"
+	"¥": "¥",
+	"当前电池存在未知型号,请联系门店处理!":"当前电池存在未知型号,请联系门店处理!"
 }

+ 1 - 2
pages/my/my.vue

@@ -177,13 +177,12 @@ var request = require('@/common/request.js');
 				}
 			},
 			checkHandle_combo() {
-				
 				if(!this.car_info.sold_time){
 					this.$msg(this.$t('您还未购买车辆,购买车辆才可享受换电套餐'))
 					return
 				}
 				if(!this.car_info.battery_tag_info.tag_code){
-					this.$msg(this.$t('当前没有可更换的电池,购买车辆绑定电池后才可享受换电套餐'))
+					this.$msg(this.$t('当前电池存在未知型号,请联系门店处理!'))
 					return
 				}
 				if(!this.car_info.car_sn){