|
@@ -13,9 +13,12 @@
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
- <view class="slot-wrap">
|
|
|
|
- <text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <u-navbar :is-back="false" title="消息" :background="{ background: '#F6F7F8' }" title-color="#404133" :border-bottom="false" z-index="1001">
|
|
|
|
+ <view class="slot-wrap">
|
|
|
|
+ <text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
|
|
+ </view>
|
|
|
|
+ </u-navbar>
|
|
|
|
+
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<!-- <selectInput :list="selectList" :list-key="'name'" :show.sync="selectShow" @on-select="checkSelect" @close="closeSelect" /> -->
|
|
<!-- <selectInput :list="selectList" :list-key="'name'" :show.sync="selectShow" @on-select="checkSelect" @close="closeSelect" /> -->
|
|
<searchInput :searchType="1"/>
|
|
<searchInput :searchType="1"/>
|
|
@@ -32,9 +35,11 @@
|
|
</u-navbar>
|
|
</u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
|
+ <u-navbar :is-back="false" title="通讯录" :background="{ background: '#F6F7F8' }" title-color="#404133" :border-bottom="false" z-index="1001">
|
|
<view class="slot-wrap">
|
|
<view class="slot-wrap">
|
|
- <text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
|
|
|
|
+ <text class = 'tip_text cuIcon-back' @click='back'></text>
|
|
</view>
|
|
</view>
|
|
|
|
+ </u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<searchInput :searchType="2"/>
|
|
<searchInput :searchType="2"/>
|
|
<addressBook :list="firendItem" :scrollTop="scrollTop" :isShowMenu="true" @linkTo="linkToCard"></addressBook>
|
|
<addressBook :list="firendItem" :scrollTop="scrollTop" :isShowMenu="true" @linkTo="linkToCard"></addressBook>
|
|
@@ -48,9 +53,11 @@
|
|
</u-navbar>
|
|
</u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
|
+ <u-navbar :is-back="false" title="发现" :background="{ background: '#F6F7F8' }" title-color="#404133" :border-bottom="false" z-index="1001">
|
|
<view class="slot-wrap">
|
|
<view class="slot-wrap">
|
|
<text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
<text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
</view>
|
|
</view>
|
|
|
|
+ </u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<u-cell-group>
|
|
<u-cell-group>
|
|
<u-cell-item title="粮友圈" :title-style="{marginLeft:'30rpx',fontWeight:'800'}" @tap="linkToMoment">
|
|
<u-cell-item title="粮友圈" :title-style="{marginLeft:'30rpx',fontWeight:'800'}" @tap="linkToMoment">
|
|
@@ -87,9 +94,11 @@
|
|
</u-navbar>
|
|
</u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
<!-- #ifdef APP-PLUS -->
|
|
- <view class="slot-wrap">
|
|
|
|
|
|
+ <u-navbar :is-back="false" title=" " :border-bottom="false">
|
|
|
|
+ <view class="slot-wrap">
|
|
<text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
<text class = 'tip_text cuIcon-back' @click='back' ></text>
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ </u-navbar>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<view class="u-flex user-box u-p-l-30 u-p-r-20 u-p-b-30" @tap="linkToPerson">
|
|
<view class="u-flex user-box u-p-l-30 u-p-r-20 u-p-b-30" @tap="linkToPerson">
|
|
<view class="u-m-r-10">
|
|
<view class="u-m-r-10">
|
|
@@ -495,6 +504,10 @@ export default {
|
|
};
|
|
};
|
|
</script>
|
|
</script>
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
+ .status_bar{
|
|
|
|
+ height: var(--status-bar-height);
|
|
|
|
+ width: 100%;
|
|
|
|
+ }
|
|
.content {
|
|
.content {
|
|
height: 100%;
|
|
height: 100%;
|
|
background:#fff;
|
|
background:#fff;
|