diff --git a/pages/annex/vip_center/index.vue b/pages/annex/vip_center/index.vue index c2e5c45..f4837e5 100644 --- a/pages/annex/vip_center/index.vue +++ b/pages/annex/vip_center/index.vue @@ -354,6 +354,19 @@ }, // 立即购买 createMemberCard(type) { + + if (type == 'weixin') { + // #ifdef H5 + type = _this.$wechat.isWeixin() ? 'weixin' : 'h5' + // #endif + // #ifdef MP + type = 'routine' + // #endif + // #ifdef APP-PLUS + type = 'weixin' + // #endif + } + uni.showLoading({ title: '正在加载…' }); @@ -419,7 +432,7 @@ jsConfig = res.data.result.config, goPages = '/pages/users/user_coupon/index'; - // console.log('支付成功', status) + console.log('支付成功', status) switch (status) { case 'ORDER_EXIST': case 'EXTEND_ORDER': @@ -436,10 +449,7 @@ that.payClose(); that.getMemberCard(); - return that.$util.Tips({ - title: res.message, - icon: 'success' - }); + that.$util.tips({ content: res.message}); break; case 'alipay': case "alipayQr": diff --git a/pages/order_pay_status/index.vue b/pages/order_pay_status/index.vue index e62fd30..56d7c56 100644 --- a/pages/order_pay_status/index.vue +++ b/pages/order_pay_status/index.vue @@ -9,7 +9,7 @@ {{payResult}} - + 订单编号 {{order_pay_info.group_order_sn}}