From e32e186fa77d4b3bc738b7fd57197b3a302d7be3 Mon Sep 17 00:00:00 2001 From: liudan <18634735655@163.com> Date: Mon, 26 Feb 2024 22:16:31 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=BA=E9=99=B7=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/user/vip.js | 2 +- pages/news/user/index.vue | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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;