Browse Source

线上超级会员支付问题修复

zhengjinyi 3 years ago
parent
commit
dc0c897be3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      common/config/caimeiApi.js
  2. 1 1
      pages/user/member/member-pay.vue

+ 1 - 1
common/config/caimeiApi.js

@@ -288,7 +288,7 @@ const caimeiApi = {
                 // '-1':`/pages/h5/article/path?link=${pros.link}`
                 24:'/pages/user/coupon/coupon',
                 25:'/pages/goods/goods-doc-list',  //美业资料
-                28:`/pages/h5/article/path?link=${pros.link}` // 采美认证通
+                28:`/pages/h5/article/path?link=${linkHref}` // 采美认证通
             }
             const url = typeMap[linkType]
             uni.navigateTo({

+ 1 - 1
pages/user/member/member-pay.vue

@@ -169,7 +169,7 @@ export default {
 			this.payParams.code = await authorize.getCode('weixin')
 			this.PayService.PayOrderVipWechat(this.payParams)
 				.then(response => {
-					let PayInfo = JSON.parse(response.data.rt10_payInfo)
+					let PayInfo = JSON.parse(response.data.data.payInfo)
 					this.WxRequestPayment(PayInfo)
 				})
 				.catch(error => {