提交 f5676962e50b90e46e4db2cfc7215d1d8d5572c1

作者 wangyu
1 个父辈 b2e392c4

优化

... ... @@ -100,6 +100,7 @@ Page({
100 100 inputValue:"",
101 101 chatlist: that.data.chatlist
102 102 })
  103 + console.log("chatlist",that.data.chatlist)
103 104 // that.getChatinfo()
104 105 }
105 106 }
... ...
... ... @@ -36,7 +36,7 @@
36 36 <image class='icon_choosed' src="/images/icon_chat_choosed.png"></image>
37 37 </view>
38 38 <view wx:else bindtap='goselect' id="{{idx}}">
39   - <text class='text_item_black float_left' >{{item.name}}</text>
  39 + <text class='text_item_black float_left'>{{item.name}}</text>
40 40 </view>
41 41 <view class='divide_line_f5f5f5'></view>
42 42 </block>
... ...
注册登录 后发表评论