diff --git a/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/mapper/xml/OilOrderMapper.xml b/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/mapper/xml/OilOrderMapper.xml
index 6663410a8..ee623ae3e 100644
--- a/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/mapper/xml/OilOrderMapper.xml
+++ b/fuintBackend/fuint-application/src/main/java/com/fuint/business/order/mapper/xml/OilOrderMapper.xml
@@ -75,6 +75,9 @@
and remark = #{order.remark}
+
+ and pay_type = #{order.payType}
+
order by create_time desc
diff --git a/gasStation-uni/pagesHome/QRcode/QRcode.vue b/gasStation-uni/pagesHome/QRcode/QRcode.vue
index 728bacad4..e0243833a 100644
--- a/gasStation-uni/pagesHome/QRcode/QRcode.vue
+++ b/gasStation-uni/pagesHome/QRcode/QRcode.vue
@@ -133,7 +133,6 @@
this.barCode = this.option.code.replace(/(.{4})/g, '$1 ')
this.isLook = true
}
- // console.log(this.barCode)
},
// 倒计时刷新
countdown(){
@@ -166,7 +165,6 @@
url: 'business/qrCode/createBarCode',
method: 'get',
}).then(res => {
- // console.log(res,111)
this.option.code = res.data
this.barCode = res.data.slice(0,4) + " **** **** " + res.data.slice(res.data.length-5,res.data.length-1)
})
@@ -177,7 +175,6 @@
url: 'business/qrCode/createQrCode',
method: 'get',
}).then(res => {
- // console.log(2222,res)
this.options.code = res.data
})
},
diff --git a/gasStation-uni/pagesLogin/login/login.vue b/gasStation-uni/pagesLogin/login/login.vue
index 7a289c210..e968b87f6 100644
--- a/gasStation-uni/pagesLogin/login/login.vue
+++ b/gasStation-uni/pagesLogin/login/login.vue
@@ -61,9 +61,9 @@
console.log(e)
let _this = this;
- // my.getAuthCode({
- my.getPhoneNumber({
- // scopes: 'auth_base',
+ my.getAuthCode({
+ // my.getPhoneNumber({
+ scopes: 'auth_base',
success: res => {
const authCode = res.authCode;
let encryptedData = res.response;
diff --git a/gasStation-uni/pagesMy/myorder/myorder.vue b/gasStation-uni/pagesMy/myorder/myorder.vue
index 2382742c8..dcf90c588 100644
--- a/gasStation-uni/pagesMy/myorder/myorder.vue
+++ b/gasStation-uni/pagesMy/myorder/myorder.vue
@@ -33,6 +33,8 @@
已支付
支付失败
+ 已退款
+ 退款中
未支付
@@ -143,6 +145,7 @@
storeId: uni.getStorageSync("storeId"),
orderStatus: "",
remark: "",
+ payType:uni.getStorageSync("appltType")
},
map1: {
page: 1,
@@ -341,6 +344,7 @@
storeId: "",
orderStatus: "",
remark: "",
+ payType:uni.getStorageSync("appltType")
}
this.getMyOrder()
// this.map1 = {
@@ -356,6 +360,7 @@
storeId: "",
orderStatus: "unpaid",
remark: "",
+ payType:uni.getStorageSync("appltType")
}
this.getMyOrder()
// this.map1 = {
@@ -371,6 +376,7 @@
storeId: "",
orderStatus: "paid",
remark: "",
+ payType:uni.getStorageSync("appltType")
}
this.getMyOrder()
// this.map1 = {
@@ -386,6 +392,7 @@
storeId: "",
orderStatus: "paid",
remark: "",
+ payType:uni.getStorageSync("appltType")
}
this.getMyOrder()
// this.map1 = {