diff --git a/components/share/DefaultSharePage.vue b/components/share/DefaultSharePage.vue index 1f59ffb..2e3bba5 100644 --- a/components/share/DefaultSharePage.vue +++ b/components/share/DefaultSharePage.vue @@ -3,7 +3,7 @@ {{ desensitization(userInfo.memberCode) }} @@ -202,7 +202,7 @@ export default { .share-wrapper { position: absolute; z-index: 2; - top: 320rpx; + top: 360rpx; display: flex; flex-direction: column; align-items: center; @@ -229,8 +229,8 @@ export default { /* 二维码样式区域 - 用户自定义样式位置 */ .qr-code-outer { - width: 300rpx; - height: 300rpx; + width: 240rpx; + height: 240rpx; background: rgba(255, 255, 255, 0.98); border-radius: 20rpx; box-shadow: 0px 8rpx 20rpx rgba(50, 50, 90, 0.06); diff --git a/config/pay.js b/config/pay.js index 849cf9c..4d2aa8e 100644 --- a/config/pay.js +++ b/config/pay.js @@ -75,7 +75,7 @@ export const unBind = params => http.post('/pay/ada-fast/un-bind', params) //查询注册信息 export const registerInfo = params => - http.get('/member/api/member/register-order/' + params) + http.get('/member/api/member/fans-order/' + params) // 升级支付 export const upgradePay = params => diff --git a/static/images/share-bg.png b/static/images/share-bg.png index b020a7d..6b8c3b6 100644 Binary files a/static/images/share-bg.png and b/static/images/share-bg.png differ