init version kelfy-mini for new gitea
This commit is contained in:
20
pages/notification/notification.wxml
Normal file
20
pages/notification/notification.wxml
Normal file
@@ -0,0 +1,20 @@
|
||||
<!--pages/notification/notification.wxml-->
|
||||
<view class="main">
|
||||
<view class="readed-container">
|
||||
<view class="readed" bindtap="clickRead">一键已读</view>
|
||||
</view>
|
||||
|
||||
<view class="content" wx:if="{{!show}}">
|
||||
<view class="item" wx:for="{{msgList}}" wx:key="item" data-item="{{item}}" bindtap="naviTo">
|
||||
<view class="title">
|
||||
<view>{{item.TITLE}}</view>
|
||||
<view class="icon" wx:if="{{item.STATUS == 0}}"></view>
|
||||
</view>
|
||||
<view class="msg">{{item.CONTENT}}</view>
|
||||
<view class="bottom">查看详情</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="content" wx:else>
|
||||
<view class="item2">暂无通知</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user