| | |
| | | |
| | | <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> |
| | |
| | | uni.navigateTo({ |
| | | url: '/pages/groupChat/friendrequest?' |
| | | }); |
| | | }, |
| | | addFriend(){ |
| | | uni.navigateTo({ |
| | | url: '/pages/groupChat/addFriend?' |
| | | }); |
| | | } |
| | | }, |
| | | mounted() { |
| | |
| | | } |
| | | |
| | | .message-icon { |
| | | width: 32rpx; |
| | | width: 42rpx; |
| | | height: auto; |
| | | margin-right: 27rpx; |
| | | } |