|
@@ -243,8 +243,10 @@
|
|
|
<empty />
|
|
<empty />
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
<!---------------------------------------- 企业版 -------------------------------------------------------->
|
|
<!---------------------------------------- 企业版 -------------------------------------------------------->
|
|
|
<view v-else class="page-container" :style="{ paddingTop: (12 + statusBarHeight) + 'px' }">
|
|
<view v-else class="page-container" :style="{ paddingTop: (12 + statusBarHeight) + 'px' }">
|
|
|
|
|
+ <image class="qySx-bg" src="/static/images/index/index-bg1.png" mode="widthFix"></image>
|
|
|
<view class="topbg-sticky">
|
|
<view class="topbg-sticky">
|
|
|
<!-- 标题-搜索 -->
|
|
<!-- 标题-搜索 -->
|
|
|
<view class="topbg-sticky-box">
|
|
<view class="topbg-sticky-box">
|
|
@@ -289,7 +291,6 @@
|
|
|
<!-- :style="{ paddingTop: (12 + statusBarHeight) + 'px !important' }" -->
|
|
<!-- :style="{ paddingTop: (12 + statusBarHeight) + 'px !important' }" -->
|
|
|
<u-sticky @fixed="isfixed" @unfixed="isunfixed" h5-nav-height="0" bg-color="#F2F2F7" :enable="enable">
|
|
<u-sticky @fixed="isfixed" @unfixed="isunfixed" h5-nav-height="0" bg-color="#F2F2F7" :enable="enable">
|
|
|
<view class="qySx flex justify-center" :class="isfixeds == true ? 'isfixed' : 'isfixeds'">
|
|
<view class="qySx flex justify-center" :class="isfixeds == true ? 'isfixed' : 'isfixeds'">
|
|
|
- <image class="qySx-bg" src="/static/images/index/index-bg1.png" mode="widthFix"></image>
|
|
|
|
|
<view class="qySx-box">
|
|
<view class="qySx-box">
|
|
|
<!-- 第一行:tabs -->
|
|
<!-- 第一行:tabs -->
|
|
|
<view class="qySx-box-row flex justify-between align-center">
|
|
<view class="qySx-box-row flex justify-between align-center">
|
|
@@ -916,10 +917,10 @@ export default {
|
|
|
this.getPeopList()
|
|
this.getPeopList()
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|
|
|
- uni.showToast({
|
|
|
|
|
- title: '已加载全部数据',
|
|
|
|
|
- icon: 'none'
|
|
|
|
|
- })
|
|
|
|
|
|
|
+ // uni.showToast({
|
|
|
|
|
+ // title: '已加载全部数据',
|
|
|
|
|
+ // icon: 'none'
|
|
|
|
|
+ // })
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
//去企业详情
|
|
//去企业详情
|
|
@@ -2464,6 +2465,12 @@ page {
|
|
|
.isfixeds {
|
|
.isfixeds {
|
|
|
// border-radius: 40rpx 40rpx 0 0;
|
|
// border-radius: 40rpx 40rpx 0 0;
|
|
|
}
|
|
}
|
|
|
|
|
+.qySx-bg {
|
|
|
|
|
+ position: absolute;
|
|
|
|
|
+ top: 0;
|
|
|
|
|
+ z-index: 0;
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
.qySx {
|
|
.qySx {
|
|
|
// position: fixed;
|
|
// position: fixed;
|
|
@@ -2475,12 +2482,7 @@ page {
|
|
|
// padding: 20rpx;
|
|
// padding: 20rpx;
|
|
|
margin-bottom: 12rpx;
|
|
margin-bottom: 12rpx;
|
|
|
|
|
|
|
|
- .qySx-bg {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- top: 0;
|
|
|
|
|
- z-index: 0;
|
|
|
|
|
- width: 100%;
|
|
|
|
|
- }
|
|
|
|
|
|
|
+
|
|
|
|
|
|
|
|
.qySx-box {
|
|
.qySx-box {
|
|
|
width: 100%;
|
|
width: 100%;
|