wkw 7 ay önce
ebeveyn
işleme
a3e1c0fc6c
2 değiştirilmiş dosya ile 14 ekleme ve 15 silme
  1. 13 11
      pages/index/index.vue
  2. 1 4
      pages/talentSearch/resumeDetail.vue

+ 13 - 11
pages/index/index.vue

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

+ 1 - 4
pages/talentSearch/resumeDetail.vue

@@ -264,9 +264,6 @@ export default {
 			this.$queue.setData('inviterCode', scene.split(',')[0]);
 		}
 		// #endif
-		uni.showLoading({
-			title: '加载中'
-		})
 		this.weekMember = uni.getStorageSync('weekMember')
 		this.userId = uni.getStorageSync('userId') ? uni.getStorageSync('userId') : 0
 		if (option.resumesId) {
@@ -274,7 +271,7 @@ export default {
 			this.getDetail()
 		} else if (option.userId) {
 			this.byuserId = option.userId
-			this.getDetails()
+			this.getDetail()
 		}
 		// 获取邀请码保存到本地
 		if (option.postPushId) {