From ebdcf82a4af8c2c0ebda984fc1532f446a5d5802 Mon Sep 17 00:00:00 2001 From: meo <18801474720@163.com> Date: Tue, 11 Jun 2019 17:37:51 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=B4=BB=E5=8A=A8=E6=8A=A5=E5=90=8D][?= =?UTF-8?q?=E4=BF=AE=E6=94=B9]:[=E4=BF=AE=E6=94=B9=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ] --- pages/radetail/index.wxml | 3 ++- pages/user/index.js | 2 ++ pages/user/index.wxml | 7 ++++--- pages/user/index.wxss | 9 ++++++--- utils/imgurl.js | 22 +++++++++++++++------- 5 files changed, 29 insertions(+), 14 deletions(-) diff --git a/pages/radetail/index.wxml b/pages/radetail/index.wxml index 5a6feef..0d91bb0 100644 --- a/pages/radetail/index.wxml +++ b/pages/radetail/index.wxml @@ -32,4 +32,5 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/pages/user/index.js b/pages/user/index.js index 572eb18..e4d36a0 100644 --- a/pages/user/index.js +++ b/pages/user/index.js @@ -18,6 +18,8 @@ Page({ quansUrl: imgurl.quans.url, wmintegral: imgurl.wmintegral.url, cardiconUrl: imgurl.cardicon.url, + myactivitygift: imgurl.myactivitygift.url, + myactivity: imgurl.myactivity.url, cheUrl: imgurl.che.url, giftUrl: imgurl.gift.url, wmbarginicon: imgurl.wmbarginicon.url, diff --git a/pages/user/index.wxml b/pages/user/index.wxml index 8de941d..1bcae5f 100644 --- a/pages/user/index.wxml +++ b/pages/user/index.wxml @@ -81,13 +81,14 @@ - 我的活动 + 我的活动 - + - 我的奖品 + 我的奖品 + diff --git a/pages/user/index.wxss b/pages/user/index.wxss index eb9e6c7..19a20f3 100644 --- a/pages/user/index.wxss +++ b/pages/user/index.wxss @@ -5,7 +5,7 @@ page{ } .icons { display: block; - width: 40rpx; + width: 50rpx; margin: 0 auto; } @@ -134,14 +134,17 @@ page{ height: 120rpx; } -.user-btns { +.user-btns{ background: #fff; margin-top: 20rpx; display: flex; justify-content: space-around; text-align: center; + margin-bottom: 50rpx; +} +.user-btns:nth-of-type(3){ + margin-bottom: 0; } - .user-btns .user-btn { font-size: 30rpx; letter-spacing: 1.16rpx; diff --git a/utils/imgurl.js b/utils/imgurl.js index 86b51e1..0b3b3cb 100644 --- a/utils/imgurl.js +++ b/utils/imgurl.js @@ -49,7 +49,7 @@ module.exports = { 'name': '' }, 'cardicon': { - 'url': baseUrl + 'cardicon1.png', + 'url': baseUrl + 'cardicon2.png', 'name': '' }, 'che': { @@ -77,7 +77,7 @@ module.exports = { 'name': '' }, 'ding': { - 'url': baseUrl + 'ding1.png', + 'url': baseUrl + 'ding2.png', 'name': '' }, 'dingdan': { @@ -109,7 +109,7 @@ module.exports = { 'name': '' }, 'gift': { - 'url': baseUrl + 'gift.png', + 'url': baseUrl + 'gift1.png', 'name': '' }, 'wmgift': { @@ -241,7 +241,7 @@ module.exports = { 'name': '' }, 'quans': { - 'url': baseUrl + 'quans1.png', + 'url': baseUrl + 'quans2.png', 'name': '' }, 'ques_bg': { @@ -498,13 +498,21 @@ module.exports = { }, 'wmbarginicon': { - 'url': baseUrl + 'wmbarginicon1.png', + 'url': baseUrl + 'wmbarginicon2.png', 'name': '我的砍价' }, 'wmspellgroup': { - 'url': baseUrl + 'wmspellgroup1.png', + 'url': baseUrl + 'wmspellgroup2.png', 'name': '我的拼团' }, + 'myactivity': { + 'url': baseUrl + 'myactivity.png', + 'name': '我的活动' + }, + 'myactivitygift': { + 'url': baseUrl + 'myactivitygift.png', + 'name': '我的奖品' + }, 'leftarrows': { 'url': baseUrl + 'leftarrows.png', 'name': '左箭头' @@ -570,7 +578,7 @@ module.exports = { 'name': '积分背景' }, 'wmintegral': { - 'url': baseUrl + "wmintegral.png", + 'url': baseUrl + "wmintegral1.png", 'name': '积分商城' } } \ No newline at end of file