From 0649c175125bf444afe4c2c0e4db9f79b35a0480 Mon Sep 17 00:00:00 2001
From: caolc <572275724@qq.com>
Date: Tue, 6 Jun 2023 14:56:49 +0800
Subject: [PATCH 1/2] 111
---
BagStation/pages/makeOrder/orderPaying.vue | 7 ++++---
manifest.json | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/BagStation/pages/makeOrder/orderPaying.vue b/BagStation/pages/makeOrder/orderPaying.vue
index 5431ca4..bf9fc90 100644
--- a/BagStation/pages/makeOrder/orderPaying.vue
+++ b/BagStation/pages/makeOrder/orderPaying.vue
@@ -285,7 +285,7 @@
this.cooling = true
setTimeout(() => {
this.cooling = false
- }, 5000)
+ }, 5000);
if (this.activePay == 0) {
this.selfCardPay()
} else if (this.activePay == 2) {
@@ -315,7 +315,8 @@
payCode: 'WECHAT_ORDER_PAY_WECHAT', //APP填WECHAT_ORDER_PAY_APP,小程序填
orderId: this.order.orderSerialNumber,
payClient: 'XOIL_DRIVER_WECHAT_APPLET', //"支付端。安卓XOIL_DRIVER_ANDROID,小程序
- userIp: (this.userIp?this.userIp:"36.57.160.59")
+ userIp: (this.userIp?this.userIp:"36.57.160.59"),
+ merchantNo:10089145264
}
oilPayApi.aggregatePay(payData).then(res => {
@@ -391,7 +392,7 @@
"orderSerialNumber": this.order.orderSerialNumber, //类型:String 必有字段 备注:订单编号
"payChannel": "BALANCE_PAYMENT", //类型:String 必有字段 备注:支付渠道(BALANCE_PAYMENT:余额支付)
"orderMethod": "CUSTOMER_ACTIVE", //类型:String 必有字段 备注:订单产生方式(CUSTOMER_ACTIVE:客户扫码支付:客户扫描油站二维码完成支付)
- "createSource": "XOIL_DRIVER_WECHAT_APPLET"
+ "createSource": "XOIL_DRIVER_WECHAT_APPLET",
}
oilOrderApi.payOrder(payData).then(res => {
if (res.code == 20000) {
diff --git a/manifest.json b/manifest.json
index c44ba70..a520b77 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"name" : "XiaoXing",
- "appid" : "__UNI__EA8D131",
+ "appid" : "__UNI__62FBBA8",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : "100",
From 7be1d39055f2d6727eea845552fdd72489a2efc8 Mon Sep 17 00:00:00 2001
From: caolc <572275724@qq.com>
Date: Tue, 6 Jun 2023 15:57:44 +0800
Subject: [PATCH 2/2] 1
---
.../pages/login/components/loginBottom.vue | 17 +++-
BagAuth/pages/login/login.vue | 83 +++++++++++++++++--
components/site-item/site-item.vue | 4 +-
utils/request.js | 4 +-
4 files changed, 97 insertions(+), 11 deletions(-)
diff --git a/BagAuth/pages/login/components/loginBottom.vue b/BagAuth/pages/login/components/loginBottom.vue
index 2dfbe9f..dbd842c 100644
--- a/BagAuth/pages/login/components/loginBottom.vue
+++ b/BagAuth/pages/login/components/loginBottom.vue
@@ -17,16 +17,27 @@
+
\ No newline at end of file
diff --git a/components/site-item/site-item.vue b/components/site-item/site-item.vue
index e7fbb02..1e9ded4 100644
--- a/components/site-item/site-item.vue
+++ b/components/site-item/site-item.vue
@@ -1,5 +1,5 @@
-
+
@@ -110,6 +110,8 @@
distanceFilter(value) {
if (value) {
return value > 1000 ? ((value / 1000).toFixed(2) + 'km') : (value + 'm')
+ }else{
+ return '0.00km'
}
},
moneyFormat(value) {
diff --git a/utils/request.js b/utils/request.js
index 91d109e..f204573 100644
--- a/utils/request.js
+++ b/utils/request.js
@@ -7,8 +7,8 @@ const env = 'production'/* */
const testUrl = 'http://192.168.0.45:38080'
// const productUrl = 'http://121.196.213.68/adminapi' //预生产
-// const productUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
-const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
+const productUrl = 'https://www.xingoil.com/adminapi' // 生产,加密 new
+// const productUrl = 'http://uat.xingoil.com/adminapi' // 生产,加密 new
const service = axios.create({
baseURL: env == 'production' ? productUrl : testUrl,
// baseURL: testUrl,