缺陷修改

version/0412
liudan 9 months ago
parent 3ba4ad9ced
commit e32e186fa7
  1. 2
      api/user/vip.js
  2. 6
      pages/news/user/index.vue

@ -27,6 +27,6 @@ export const getVipList = (data) => {
} }
//修改会员信息 //修改会员信息
export const updateVip = (data) => { export const updateVip = (data) => {
return request.get(api.updateVip, data) return request.post(api.updateVip, data)
} }

@ -419,9 +419,11 @@
justify-content: space-between; justify-content: space-between;
.b{ .b{
width: 630rpx; // width: 630rpx;
width:100%;
line-height: 83rpx; line-height: 83rpx;
background: #FFAAA4; // background: #FFAAA4;
background: #FF6257;
border-radius: 83rpx; border-radius: 83rpx;
text-align: center; text-align: center;
font-size: 28rpx; font-size: 28rpx;

Loading…
Cancel
Save