From 85075e3f7c6af85e0c2ad65ce180aa6459cab336 Mon Sep 17 00:00:00 2001
From: Wik-T <812952667@qq.com>
Date: Mon, 29 Nov 2021 10:53:13 +0800
Subject: [PATCH] =?UTF-8?q?1.=E8=B0=83=E8=AF=95=E6=89=AB=E7=A0=81=E8=BF=9B?=
=?UTF-8?q?=E5=85=A5=E9=93=B6=E8=81=94?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Utils/Api.js | 10 +-
pages.json | 20 ++-
pages/goods/coupon-details/coupon-details.vue | 5 +-
pages/pay/success/success.vue | 6 +-
pages/qianZhuPay/union-pay/union-pay.vue | 27 ++++
subPages/unionPay/unionPay.vue | 137 +++++++++++-------
subPages/unionWeb/unionWeb.vue | 46 ++++++
7 files changed, 192 insertions(+), 59 deletions(-)
create mode 100644 pages/qianZhuPay/union-pay/union-pay.vue
create mode 100644 subPages/unionWeb/unionWeb.vue
diff --git a/Utils/Api.js b/Utils/Api.js
index 9bf983c..baa9141 100644
--- a/Utils/Api.js
+++ b/Utils/Api.js
@@ -180,7 +180,11 @@ export const getDredgeProvince = params => {
export const getCmsContent = params => {
return POST('GET', `${base}/cmsContent/getCmsContent`, params).then(res => res.data);
}
-
+
+//设置用户参数
+export const setUserParam = params => {
+ return POST('GET', `${base}/highUser/setUserParam`, params).then(res => res.data);
+}
/**
* 工会卡
*/
@@ -327,7 +331,9 @@ export const getAgentSalesPriceCount = params => {
//修改密码
export const sendUserPass = params => {
return POSTBREST('POST', `${brestBase}/secUser/sendUserPass`, params).then(res => res.data);
-}
+}
+
+
diff --git a/pages.json b/pages.json
index c5afe7e..e76e09d 100644
--- a/pages.json
+++ b/pages.json
@@ -462,7 +462,17 @@
"navigationBarTextStyle": "white"
}
+ },{
+ "path" : "pages/qianZhuPay/union-pay/union-pay",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
}
+
+
],
"subpackages": [{
"root": "subPages",
@@ -554,7 +564,15 @@
"backgroundColorTop": "#0083f5",
"navigationBarTextStyle": "white"
}
- }
+ } ,{
+ "path" : "unionWeb/unionWeb",
+ "style" :
+ {
+ "navigationBarTitleText": "",
+ "enablePullDownRefresh": false
+ }
+
+ }
]
}],
"globalStyle": {
diff --git a/pages/goods/coupon-details/coupon-details.vue b/pages/goods/coupon-details/coupon-details.vue
index e80ca1f..41ae1cc 100644
--- a/pages/goods/coupon-details/coupon-details.vue
+++ b/pages/goods/coupon-details/coupon-details.vue
@@ -25,7 +25,10 @@
-
+
+
+ 预约订单已成功 门店会在24小时内联系您
请出示核销码(商户扫客户)
diff --git a/pages/pay/success/success.vue b/pages/pay/success/success.vue
index 9fdf76a..9134df2 100644
--- a/pages/pay/success/success.vue
+++ b/pages/pay/success/success.vue
@@ -36,8 +36,10 @@
-
- 请出示核销码(商户扫客户)
+
+
+ 预约订单已成功 门店会在24小时内联系您
+ 请出示核销码(商户扫客户)
请告知加油员用码商支付
diff --git a/pages/qianZhuPay/union-pay/union-pay.vue b/pages/qianZhuPay/union-pay/union-pay.vue
new file mode 100644
index 0000000..f7e3b84
--- /dev/null
+++ b/pages/qianZhuPay/union-pay/union-pay.vue
@@ -0,0 +1,27 @@
+
+
+ 测试中。。。。
+
+
+
+
+
+
diff --git a/subPages/unionPay/unionPay.vue b/subPages/unionPay/unionPay.vue
index e412c44..b9de60e 100644
--- a/subPages/unionPay/unionPay.vue
+++ b/subPages/unionPay/unionPay.vue
@@ -1,59 +1,90 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/subPages/unionWeb/unionWeb.vue b/subPages/unionWeb/unionWeb.vue
new file mode 100644
index 0000000..d5b6c82
--- /dev/null
+++ b/subPages/unionWeb/unionWeb.vue
@@ -0,0 +1,46 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+