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.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!--pages/home/xx/hy/index.wxml-->
<!--返回图标-->
<view class="reback" bindtap="go2Reback"></view>
<view class="title">音讯</view>
<!-- 中间主体 -->
<view class="main">
<view class="main-bgc" />
<t-swipe-cell wx:for="{{ list }}" wx:key="index">
<view class="main-item">
<view class="item-left"><image src="{{avatar}}" /></view>
<view class="item-text">
<view class="item-text-name">{{nick}}</view>
<view class="item-text-time">{{item.createdAt}}</view>
</view>
<view class="item-right">
<view class="item-right-icon"></view>
<view class="item-right-text">2′ 24″</view>
</view>
</view>
<view slot="right" class="delete-btn" bindtap="delLetter" data-id="{{item.id}}">删除</view>
</t-swipe-cell>
</view>
<!--星讯聊天下方菜单栏-->
<view class="xfgjl" >
<view class="xxqlcd xxqlcd1" bindtap="go2Xz">信札</view>
<view class="xxqlcd xxqlcd2" bindtap="go2Yx">音讯</view>
<view class="xxqlcd xxqlcd3" bindtap="go2Hx">画像</view>
<view class="xxqlcd xxqlcd4" bindtap="go2Zt">纸条</view>
</view>