提交 aabda20965e4a56ffb0fd2fd7b6f715350b249f1

作者 wangyu
2 个父辈 d86a9bf4 f5676962

Merge branch 'dev_wy' into dev2.0

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