diff --git a/pages.json b/pages.json
index 88b5fb8..14925eb 100644
--- a/pages.json
+++ b/pages.json
@@ -473,24 +473,21 @@
"navigationBarTextStyle": "white"
}
}
-
- ],
+ ],
"subpackages": [{
"root": "subPages",
- "pages": [
- {
- "path" : "coupon-comfirmation-success/coupon-comfirmation-success",
- "style" :
- {
- "enablePullDownRefresh": false,
- "navigationBarTitleText": "支付成功",
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#0083f5",
- "backgroundColorTop": "#0083f5",
- "navigationBarTextStyle": "white"
- }
-
- },{
+ "pages": [{
+ "path": "coupon-comfirmation-success/coupon-comfirmation-success",
+ "style": {
+ "enablePullDownRefresh": false,
+ "navigationBarTitleText": "支付成功",
+ "backgroundTextStyle": "light",
+ "navigationBarBackgroundColor": "#0083f5",
+ "backgroundColorTop": "#0083f5",
+ "navigationBarTextStyle": "white"
+ }
+
+ }, {
"path": "brand-classification/brand-classification",
"style": {
"enablePullDownRefresh": false,
@@ -633,6 +630,16 @@
"navigationBarTextStyle": "white"
}
+ }, {
+ "path": "trade-union-recharge/trade-union-recharge",
+ "style": {
+ "navigationBarTitleText": "工会卡充值",
+ "backgroundTextStyle": "light",
+ "navigationBarBackgroundColor": "#0083f5",
+ "backgroundColorTop": "#0083f5",
+ "navigationBarTextStyle": "white"
+ }
+
}
]
}],
diff --git a/subPages/recharge-centre/recharge-centre.vue b/subPages/recharge-centre/recharge-centre.vue
index 475c0a2..5d4094a 100644
--- a/subPages/recharge-centre/recharge-centre.vue
+++ b/subPages/recharge-centre/recharge-centre.vue
@@ -132,9 +132,18 @@
getListOutRechargePrice(item) {
uni.showLoading({
title: '加载中...'
- })
+ })
+ let showType;
+ // #ifdef H5
+ showType = 2;
+ // #endif
+ // #ifdef MP
+ showType = 1;
+ // #endif
let params = {
- type: item
+ type: item,
+ regionId: app.globalData.cityId,
+ showType: showType
}
getListOutRechargePrice(params).then(res => {
uni.hideLoading()
diff --git a/subPages/trade-union-recharge/trade-union-recharge.vue b/subPages/trade-union-recharge/trade-union-recharge.vue
new file mode 100644
index 0000000..d07cc27
--- /dev/null
+++ b/subPages/trade-union-recharge/trade-union-recharge.vue
@@ -0,0 +1,442 @@
+
+
+
+
+
+ 我的账户余额: {{tongCardPrice}} 个 ( 1:100)
+
+
+
+
+
+ 充值金额
+
+
+
+
+
+ {{amount}}元
+
+
+
+
+ 自定义充值金额
+
+
+
+
+
+
+
+
+
+
+ 选择支付方式
+
+
+
+
+
+
+
+
+
+ 微信支付
+
+
+
+
+
+
+
+
+
+
+
+ 点击立即充值,即代表您同意
+ 《条款协议》
+
+
+
+
+
+
+
+
+