|
|
|
@ -30,15 +30,6 @@ |
|
|
|
<text class="date-text">{{todayDate}}</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 发送中提示 --> |
|
|
|
<view class="sending-tip-container" wx:if="{{sendingCount > 0}}"> |
|
|
|
<view class="sending-tip"> |
|
|
|
<view class="sending-dot"></view> |
|
|
|
<view class="sending-dot"></view> |
|
|
|
<view class="sending-dot"></view> |
|
|
|
<text class="sending-text">正在发送{{sendingCount}}条消息...</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<!-- 消息列表 --> |
|
|
|
<block wx:for="{{messageList}}" wx:key="index"> |
|
|
|
@ -241,13 +232,7 @@ |
|
|
|
</view> |
|
|
|
<text class="option-text">照片</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="media-option" bindtap="chooseVideo"> |
|
|
|
<view class="option-icon-box"> |
|
|
|
<image src="/pagesA/images/ps.png"></image> |
|
|
|
</view> |
|
|
|
<text class="option-text">视频</text> |
|
|
|
</view> |
|
|
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
<view class="sheet-bottom"> |
|
|
|
|