|
@@ -1,16 +1,17 @@
|
|
|
<view class="chat">
|
|
|
<view class="content">
|
|
|
- <view class="base someone" wx:for="{{5}}" wx:key="index">
|
|
|
+ <view class="base someone" wx:for="{{2}}" wx:key="index">
|
|
|
<image src="/static/star.png" class="avatar" bindtap="jumpUserInfo" data-uid='{{index}}' />
|
|
|
<view class="message">获取系统信息。由于历史原因,wx.getSystemInfo 是异步的调用格式,但是是同步返回,需要异步获取系统信息请使用 wx.getSystemInfoAsync。</view>
|
|
|
</view>
|
|
|
- <view class="base self" wx:for="{{5}}" wx:key="index">
|
|
|
+ <view class="base self" wx:for="{{2}}" wx:key="index">
|
|
|
<view class="message">获取系统信息。由于历史原因,wx.getSystemInfo 是异步的调用格式,但是是同步返回,需要异步获取系统信息请使用 wx.getSystemInfoAsync。</view>
|
|
|
<image src="/static/star.png" class="avatar" />
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="inputBox {{isIos?'iosPadding':''}}">
|
|
|
<input class="input" bindinput="bindKeyInput" value="{{value}}" placeholder="我有话说..." />
|
|
|
+ <image src="/static/follow_3.png" class="sendImg" bindtap="chooseImage" />
|
|
|
<view class="submit" bindtap="sendReply">发送</view>
|
|
|
</view>
|
|
|
</view>
|