调整正式版本表单
This commit is contained in:
@@ -3,6 +3,18 @@
|
||||
<list>
|
||||
<cell v-for="(item, index) in 99" :key="index">消息{{index}}</cell>
|
||||
</list>
|
||||
<view class="footer">
|
||||
<input type="text" placeholder="输入聊天消息">
|
||||
<view class="">
|
||||
表情包组件
|
||||
</view>
|
||||
<view class="">
|
||||
<view>图片</view>
|
||||
<view>视频</view>
|
||||
<view>音频通话</view>
|
||||
<view>视频通话</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
shape="square"
|
||||
randomBgColor
|
||||
></u-avatar>
|
||||
<view class="item-content">
|
||||
<view class="item-content">
|
||||
<view class="nickname nowrap">
|
||||
<view class="nowrap">{{item.nickname}}</view>
|
||||
<view class="time">{{item.time}}</view>
|
||||
|
||||
Reference in New Issue
Block a user