wx-web/pages/chatOnline/index.wxml

1 line
1.2 KiB
Plaintext
Raw Normal View History

2024-05-22 10:14:19 +08:00
<view class="content data-v-725f8307"><image wx:if="{{a}}" src="{{b}}" mode="aspectFill" class="background_image data-v-725f8307"></image><scroll-view scroll-into-view="{{e}}" scroll-y="true" class="scroll_wrapper data-v-725f8307"><view class="chat_list data-v-725f8307"><view wx:for="{{c}}" wx:for-item="item" wx:key="e" id="{{item.f}}" class="{{['data-v-725f8307', item.g]}}"><view class="chat_time data-v-725f8307">{{item.a}} {{item.b}}</view><view class="chat_content data-v-725f8307"><image src="{{item.c}}" class="avatar data-v-725f8307" mode="aspectFill"></image><view class="message data-v-725f8307">{{item.d}}</view></view></view><view id="{{d}}" class="last_chat_item data-v-725f8307"></view></view></scroll-view><view class="bottom_bar data-v-725f8307"><view class="icon_wrapper data-v-725f8307"><text bindtap="{{f}}" class="iconfont icon-weibiaoti-- data-v-725f8307"></text></view><input class="data-v-725f8307" confirm-type="send" confirm-hold="{{true}}" hold-keyboard="{{true}}" bindconfirm="{{g}}" type="text" placeholder="说点什么吧..." value="{{h}}" bindinput="{{i}}"/><view class="icon_wrapper data-v-725f8307"><text bindtap="{{j}}" class="iconfont icon-paperPlane data-v-725f8307"></text></view></view></view>