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