杜叶春
2 years ago
9 changed files with 47 additions and 42 deletions
@ -1,4 +1,5 @@ |
|||
{ |
|||
"component": true, |
|||
"usingComponents": {} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "公告详情" |
|||
} |
@ -1,4 +1,5 @@ |
|||
{ |
|||
"component": true, |
|||
"usingComponents": {} |
|||
"usingComponents": {}, |
|||
"navigationBarTitleText": "公告" |
|||
} |
@ -1,17 +1,14 @@ |
|||
<!--pages/notice.wxml--> |
|||
<view class="function" style='background:#fff'> |
|||
<view class='tab_tab' wx:for="{{notice}}" wx:key="key"> |
|||
<navigator url="../notice/index?Id={{item.id}}"> |
|||
<view class="function_list" lang="zh_CN"> |
|||
<view class='function_left'> |
|||
<view class='function_text'>{{item.content}} </view> |
|||
<view class='function_text'>{{item.time}} </view> |
|||
</view> |
|||
<view class='function_right'> |
|||
<image class="jiantou" src="../../images/x_right.png"></image> |
|||
</view> |
|||
<view class="container"> |
|||
<view class='tab_tab' wx:for="{{notice}}" wx:key="key" data-index="{{index}}" data-item="{{item}}" bindtap="navToIndex"> |
|||
<view class="function_list"> |
|||
<view class='function_left'> |
|||
<view class='function_time'>{{item.time}} </view> |
|||
<view class='function_text'>{{item.content}} </view> |
|||
</view> |
|||
|
|||
</navigator> |
|||
<view class='function_right'> |
|||
<image class="jiantou" src="../../images/x_right.png"></image> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</view> |
Loading…
Reference in new issue