File tree Expand file tree Collapse file tree 7 files changed +17
-10
lines changed
Expand file tree Collapse file tree 7 files changed +17
-10
lines changed Original file line number Diff line number Diff line change 2323 "selectedIconPath" : " images/tabbar/icon_home_active.png" ,
2424 "text" : " 主页"
2525 },
26+ {
27+ "pagePath" : " pages/message/message" ,
28+ "iconPath" : " images/tabbar/icon_message.png" ,
29+ "selectedIconPath" : " images/tabbar/icon_message_active.png" ,
30+ "text" : " 消息"
31+ },
2632 {
2733 "pagePath" : " pages/mine/mine" ,
2834 "iconPath" : " images/tabbar/icon_mine.png" ,
Original file line number Diff line number Diff line change 55 <image class="w-p100 h-p100 rounded-p50" src="{{data.author.avatar_url}}" />
66 </view>
77 <view
8- class="v w-p100"
9- hover-class="navigator-hover"
10- style="margin-left: 120rpx;"
8+ class="message-header-content v w-p100"
9+ hover-class="message-header-content-hover"
1110 bindtap="fnTapMessageItem"
1211 >
1312 <view>{{data.author.loginname}}</view>
Original file line number Diff line number Diff line change 1313 width: 100rpx;
1414 height: 100rpx;
1515}
16+ .message-header-content {
17+ margin-left: 120rpx;
18+ z-index: 2;
19+ }
20+ .message-header-content-hover {
21+ color: #7c7c7c;
22+ opacity: 0.8;
23+ }
1624.message-header-right {
1725 right: 0;
1826}
Original file line number Diff line number Diff line change @@ -10,13 +10,6 @@ Page({
1010 avatar_url : '/images/tabbar/icon_mine.png'
1111 } , // 用户信息
1212 aMenuList : [
13- // TODO: 需要用户登录后才能访问
14- {
15- url : '/pages/message/message' ,
16- open_type : 'navigate' ,
17- icon_class : 'icon-message' ,
18- text : '消息'
19- } ,
2013 {
2114 url : '/pages/about/about' ,
2215 open_type : 'navigate' ,
Original file line number Diff line number Diff line change 9292/* hover样式 */
9393.navigator-hover {
9494 opacity: 0.8;
95+ background: #eaeaea;
9596}
You can’t perform that action at this time.
0 commit comments