3
0
Fork 0

fix(pay): 接口调整

This commit is contained in:
woody 2025-09-02 11:18:25 +08:00
parent ec52173a17
commit 62a84cf66b
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
<!-- 背景图片替代CSS background -->
<img
class="share-bg-image"
src="/static/images/share-bg.jpg"
src="/static/images/share-bg.png"
mode="scaleToFill"
crossorigin="anonymous"
@load="onBackgroundImageLoad"
@ -32,7 +32,7 @@
font-size: 30rpx;
color: #fff;
font-weight: bold;
margin-top: 20rpx;
margin-top: 10rpx;
"
>{{ desensitization(userInfo.memberCode) }}</text
>
@ -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);

View File

@ -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 =>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB