upload project
This commit is contained in:
commit
06961cae04
422 changed files with 110626 additions and 0 deletions
31
subpackages/group/create-group-chat/create-group-chat.wxml
Normal file
31
subpackages/group/create-group-chat/create-group-chat.wxml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<view class="chatConten">
|
||||
<view class="chatOne">
|
||||
<view class="chatInput">
|
||||
<input class="inputConten" type="text" placeholder="请输入搜索字段" />
|
||||
<image class="chatIcon" src="/images/emoji/Icon.svg" mode="" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="chatOne chatTwo">
|
||||
<view class="search">
|
||||
<view class="searchText">
|
||||
已选择
|
||||
<text class="searchNumber">10</text>
|
||||
个好友
|
||||
</view>
|
||||
<view class="searchButton">确定</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<scroll-view class="chatArr" scroll-y="true" >
|
||||
<view class="chatTiem" wx:for="{{chaArrs}}" wx:key="index">
|
||||
<view class="chatleft">
|
||||
<image class="chatAvater" src="{{item.chatAvater}}" mode="" />
|
||||
<text class="chatAvaterText">{{item.chatAvaterText}} {{index}}</text>
|
||||
</view>
|
||||
<view class="chaRight">
|
||||
<view class="chatSelect"></view>
|
||||
</view>
|
||||
</view>
|
||||
</scroll-view>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue