智慧保安互联网APP
zengh
2021-08-18 92ce829b01b8de06a6fd4840bff309330aa50731
pages/groupChat/groupChat.vue
@@ -6,9 +6,9 @@
      <view style="height:205rpx;"></view>
      <view class="tab" style="position: fixed;top: 0;width: 100%;height: 205rpx;z-index: 100;">
         <u-navbar style="position: relative;left: -20rpx;" :is-fixed="false" :border-bottom="false" :is-back="false"
         <u-navbar style="position: relative;left: -18rpx;" :is-fixed="false" :border-bottom="false" :is-back="false"
            title="好友" :background="{ background: '#0BB9C8' }" title-color="#fff">
            <image slot="right" src="/static/images/home/message.png" class="message-icon" mode="widthFix"></image>
            <image @click="addFriend" slot="right" src="../../static/add.png" class="message-icon" mode="widthFix"></image>
         </u-navbar>
         <u-tabs :list="list" :is-scroll="false" :current="current" active-color="#14B9C8" inactive-color="#595959"
            height="100" @change="change" style="background-color:rgba(255,255,255,0.8)"></u-tabs>
@@ -216,6 +216,11 @@
            uni.navigateTo({
               url: '/pages/groupChat/friendrequest?'
            });
         },
         addFriend(){
            uni.navigateTo({
               url: '/pages/groupChat/addFriend?'
            });
         }
      },
      mounted() {
@@ -337,7 +342,7 @@
   }
   .message-icon {
      width: 32rpx;
      width: 42rpx;
      height: auto;
      margin-right: 27rpx;
   }