diff --git a/api/user/vip.js b/api/user/vip.js index 96f983e..7da820d 100644 --- a/api/user/vip.js +++ b/api/user/vip.js @@ -27,6 +27,6 @@ export const getVipList = (data) => { } //修改会员信息 export const updateVip = (data) => { - return request.get(api.updateVip, data) + return request.post(api.updateVip, data) } diff --git a/pages/news/user/index.vue b/pages/news/user/index.vue index 5c15f28..17dba02 100644 --- a/pages/news/user/index.vue +++ b/pages/news/user/index.vue @@ -419,9 +419,11 @@ justify-content: space-between; .b{ - width: 630rpx; + // width: 630rpx; + width:100%; line-height: 83rpx; - background: #FFAAA4; + // background: #FFAAA4; + background: #FF6257; border-radius: 83rpx; text-align: center; font-size: 28rpx;