wkw 6 月之前
父節點
當前提交
b82b6f5841
共有 2 個文件被更改,包括 8 次插入27 次删除
  1. 1 20
      components/btnPopous/btnPopous.vue
  2. 7 7
      pages/index/game/order.vue

+ 1 - 20
components/btnPopous/btnPopous.vue

@@ -1,11 +1,6 @@
 <template>
 	<view>
-		<block v-if="!userId">
-			<view class="cover"></view>
-		</block>
-		<block v-else>
-			<cover-view class="cover"></cover-view>
-		</block>
+		<view class="cover"></view>
 		<view class="jobAll" :class="topY == true ? 'end' : 'start'" @touchstart="start" @touchend="end"
 			@touchmove.stop="move">
 			<view class="header">
@@ -26,20 +21,6 @@
 					</view>
 				</view>
 			</view>
-			<!-- <view class="jobAll-search flex justify-center">
-				<view class="jobAll-search-box">
-					<u-dropdown :mask='false' active-color="#016BF6">
-						<u-dropdown-item v-model="value1" title="岗位" @change="change1"
-							:options="options1"></u-dropdown-item>
-						<u-dropdown-item v-model="value2" title="经验" @change="change2"
-							:options="options2"></u-dropdown-item>
-						<u-dropdown-item v-model="value3" title="薪资" @change="change3"
-							:options="options3"></u-dropdown-item>
-						<u-dropdown-item v-model="value4" title="城市" @change="change4"
-							:options="options4"></u-dropdown-item>
-					</u-dropdown>
-				</view>
-			</view> -->
 			<view class="jobAll-item flex justify-center">
 				<view class="jobAll-item-box">
 					<scroll-view scroll-y="true" v-if="list.length > 0" style="width: 100%;height: 100%;"

+ 7 - 7
pages/index/game/order.vue

@@ -191,13 +191,13 @@
 			</view>
 		</view>
 		<!-- 底部操作 -->
-		<cover-view class="caozuo flex justify-center align-center">
-			<cover-view v-if="info&&info.isDue==1" class="caozuo-box-l flex justify-center align-center" @click="attachmentShow=true">
+		<view class="caozuo flex justify-center align-center">
+			<view v-if="info&&info.isDue==1" class="caozuo-box-l flex justify-center align-center" @click="attachmentShow=true">
 				一键投递
-			</cover-view>
-			<cover-view class="caozuo-box-r flex justify-center align-center" @click="bindphone(2)">
+			</view>
+			<view class="caozuo-box-r flex justify-center align-center" @click="bindphone(2)">
 				立即沟通
-			</cover-view>
+			</view>
 			<view v-if="false" class="caozuo-box flex align-center justify-between">
 				<view class="caozuo-box-l flex align-center">
 					<!-- #ifdef MP-WEIXIN -->
@@ -239,7 +239,7 @@
 					</view>
 				</view>
 			</view> 
-		</cover-view>
+		</view>
 
 		<!-- 全部岗位弹窗 -->
 		<btnPopous ref="jobPopup" v-if="showJobPopup && info.company.companyId" :companyId="info.company.companyId" :userId="info.hr.userId" @closePopup="closeJobPopup" />
@@ -1178,7 +1178,7 @@
 	}
 
 	.caozuo {
-		width: calc(100% - 70rpx);
+		width: 100%;
 		height: 120rpx;
 		position: fixed;
 		bottom: 0;