diff --git a/api/v2User.js b/api/v2User.js index d7e289a3..b88a8967 100644 --- a/api/v2User.js +++ b/api/v2User.js @@ -1,3 +1,4 @@ export const apiArr = { getUserInfo: '/api/v2/wechat/mpuser-crud/info', // 获取城市列表 + userInfoUpdate: '/api/v2/wechat/mpuser-crud/update', // 会员信息更新 } \ No newline at end of file diff --git a/packages/user/index/index.css b/packages/user/index/index.css index d042f5c7..236ae862 100644 --- a/packages/user/index/index.css +++ b/packages/user/index/index.css @@ -9,7 +9,47 @@ align-items: center; height: 130rpx; border-radius: 50%; } -.item{ +.main { + margin: 45rpx 20rpx 62rpx; + background: #FFFFFF; + background: yellow; + border-radius: 20rpx 20rpx 20rpx 20rpx; +} +.tabel { + height: 100rpx; + display: flex; + align-items: center; +} +.left { + font-size: 28rpx; +color: #999999; +margin-right: 68rpx; +} +.right { + display: flex; + align-items: center; + height: 100rpx; + flex: 1; + border-bottom: 1rpx solid #EBEBEB; +} +.right_radio { + margin-left: 45rpx; +} +.no_border{ + border-bottom: none; +} +.btn { + margin: 62rpx 75rpx 60rpx; + height: 90rpx; + line-height: 90rpx; + background: linear-gradient( 91deg, #FF7658 0%, #FF370B 100%); + border-radius: 100rpx 100rpx 100rpx 100rpx; + text-align: center; + font-weight: 600; + font-size: 36rpx; + color: #FFFFFF; +} +/* .item{ display:flex; border-bottom:1px solid #e6e6e6; height: 90rpx; @@ -35,7 +75,6 @@ align-items: center; } .item-right { - /* flex: 1; */ text-align: right; font-size: 26rpx; font-weight: 400; @@ -48,12 +87,9 @@ align-items: center; .item-right-icon { width: 13rpx; height: 26rpx; -} +} */ +/* -/* TODO: 为什么不生效? */ -.not-border{ - border-bottom: none; -} .item:last-child{ border-bottom:none } @@ -75,7 +111,7 @@ align-items: center; font-size: 36rpx; font-weight: 400; line-height: 80rpx; -} +} */ .u-upload__wrap__preview { width: 130rpx; height: 130rpx; diff --git a/packages/user/index/index.vue b/packages/user/index/index.vue index 355ec308..636a1162 100644 --- a/packages/user/index/index.vue +++ b/packages/user/index/index.vue @@ -1,173 +1,175 @@ \ No newline at end of file + diff --git a/packages/user/replenishInfo/index.css b/packages/user/replenishInfo/index.css index 79bf4766..5ebee923 100644 --- a/packages/user/replenishInfo/index.css +++ b/packages/user/replenishInfo/index.css @@ -20,10 +20,8 @@ justify-content: space-between; align-items: center; margin-left: 78rpx; margin-right: 72rpx; -/* padding-bottom: 40rpx; */ height: 122rpx; border-bottom: 1px solid #EBEBEB; -border-bottom: 1px solid red; } .left { font-size: 26rpx; diff --git a/packages/user/replenishInfo/index.vue b/packages/user/replenishInfo/index.vue index 772f9fcd..4837bffe 100644 --- a/packages/user/replenishInfo/index.vue +++ b/packages/user/replenishInfo/index.vue @@ -18,7 +18,6 @@ 昵称 - @@ -27,7 +26,7 @@ 手机号 - {{ phoneNum }} + {{ mobile }}