zengh
2021-06-19 68dbdc67d23d2f0fdc6a023efabbd8713a5c3dc8
components/contacts/contacts.vue
@@ -4,12 +4,12 @@
         <view class="left" @click="chating">
            <view class="top">
               <view class="userImg">
                  <img class="img" :src="require('../../static/images/index/friend-list/kiko.jpg')">
                  <img class="img" :src=Pdata.avatar>
               </view>
               <view class="t-type">{{Pdata.name}}</view>
               <view class="t-id">{{Pdata.lastTime}}</view>
               <view class="t-type">{{Pdata.recipientName}}</view>
               <view class="t-id">{{Pdata.postTime}}</view>
            </view>
            <view class="bottom">{{Pdata.LastMessage}}</view>
            <view class="bottom">{{Pdata.postMessage}}</view>
         </view>
      </view>
   </view>
@@ -60,7 +60,7 @@
         var datas = this.Pdata;
         //alert(datas.name)
         uni.navigateTo({
             url: '/pages/groupChat/chating?'
             url: '/pages/groupChat/chating?chatID=' + datas.recipientId.toString()
         });
         },
         onClose() { //触摸遮罩事件