| | |
| | | |
| | | <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;" :is-fixed="false" :border-bottom="false" :is-back="false" |
| | | title="好友" :background="{ background: '#0BB9C8' }" title-color="#fff"> |
| | | <u-navbar style="position: relative;" :is-fixed="false" :border-bottom="false" :is-back="false" title="好友" |
| | | :background="{ background: '#0BB9C8' }" title-color="#fff"> |
| | | <u-icon @click="addFriend" slot="right" class="message-icon" mode="widthFix" name="plus" color="#fff"> |
| | | </u-icon> |
| | | <!-- <image src="../../static/add.png" ></image> --> |
| | |
| | | } |
| | | }); |
| | | }, |
| | | |
| | | onPullDownRefresh: function() { |
| | | |
| | | setTimeout(() => { |
| | | this.getdataList() |
| | | }, 1000) |
| | | |
| | | }, |
| | | |
| | | methods: { |
| | | change(index) { |
| | | this.current = index; |
| | |
| | | } |
| | | } |
| | | that.dataListP = resdata; |
| | | |
| | | uni.stopPullDownRefresh(); |
| | | } |
| | | }); |
| | | } else if (this.current == 1) { |
| | |
| | | } |
| | | |
| | | that.dataListTXL = resdata; |
| | | |
| | | uni.stopPullDownRefresh(); |
| | | } |
| | | }) |
| | | } else if (this.current == 2) { |
| | |
| | | } |
| | | } |
| | | that.dataListQZ = resdata; |
| | | |
| | | uni.stopPullDownRefresh(); |
| | | } |
| | | }); |
| | | } |
| | |
| | | |
| | | .m-main { |
| | | box-sizing: border-box; |
| | | |
| | | .main { |
| | | padding: 0 16px; |
| | | } |