|
@@ -134,6 +134,13 @@
|
|
|
payStatus: true
|
|
|
},
|
|
|
// #endif
|
|
|
+ {
|
|
|
+ name: this.$t(`汇聚支付`),
|
|
|
+ icon: 'icon-yuezhifu1',
|
|
|
+ value: 'huijupay',
|
|
|
+ title: this.$t(`汇聚支付`),
|
|
|
+ payStatus: true
|
|
|
+ },
|
|
|
],
|
|
|
totalPrice: 0
|
|
|
};
|
|
@@ -260,7 +267,17 @@
|
|
|
}).then(res => {
|
|
|
let status = res.data.status,
|
|
|
orderId = res.data.result.orderId,
|
|
|
- jsConfig = res.data.result.jsConfig
|
|
|
+ jsConfig = res.data.result.jsConfig;
|
|
|
+ if (type == 'huijupay') {
|
|
|
+ console.log(res);
|
|
|
+ setTimeout(() => {
|
|
|
+ uni.hideLoading();
|
|
|
+ uni.navigateTo({
|
|
|
+ url: '/pages/users/user_money/index',
|
|
|
+ });
|
|
|
+ }, 3000)
|
|
|
+ return
|
|
|
+ }
|
|
|
switch (status) {
|
|
|
case 'ORDER_EXIST':
|
|
|
case 'EXTEND_ORDER':
|
|
@@ -741,4 +758,4 @@
|
|
|
font-size: 24rpx;
|
|
|
color: #333;
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|