You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
650 B
18 lines
650 B
<view class="container">
|
|
<view class="chat-header">
|
|
<text class="chat-title">消息中心</text>
|
|
</view>
|
|
|
|
<view class="chat-list">
|
|
<view class="chat-item" bindtap="onChatItemTap">
|
|
<view class="avatar">
|
|
<image src="https://mmbiz.qpic.cn/mmbiz/icTdbqWNOwNRna42FI242Lcia07jQodd2FJGIYQfG0LAJGFxM4FbnQP6yfMxBgJ0F3YRqJCJ1aPAK2dQagdusBZg/0" mode="aspectFill"></image>
|
|
</view>
|
|
<view class="chat-info">
|
|
<view class="chat-name">系统消息</view>
|
|
<view class="chat-content">欢迎使用消息中心功能</view>
|
|
<view class="chat-time">刚刚</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|