forked from angelo/web-retail-h5
fix(pay): 接口调整
This commit is contained in:
parent
ec52173a17
commit
62a84cf66b
|
@ -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);
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue