浏览代码

共享用工 发布信息页面修改,迁移

常志远 2 年之前
父节点
当前提交
0370c5dd4e

+ 33 - 12
pages.json

@@ -13,7 +13,7 @@
             "path" : "pages/mine/mine",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "我的",
                 "enablePullDownRefresh": false
             }
             
@@ -22,7 +22,7 @@
             "path" : "pages/jobInformation/jobInformation",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "用工信息",
                 "enablePullDownRefresh": false
             }
             
@@ -31,7 +31,7 @@
             "path" : "pages/issue/issue",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "发布",
                 "enablePullDownRefresh": false
             }
             
@@ -40,7 +40,7 @@
             "path" : "pages/choreInformation/choreInformation",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "零工驿站",
                 "enablePullDownRefresh": false
             }
             
@@ -49,7 +49,7 @@
             "path" : "pages/shareEmployment/shareEmployment",
             "style" :                                                                                    
             {
-				"navigationBarTitleText": "",
+				"navigationBarTitleText": "共享用工",
               "enablePullDownRefresh": false
             }
             
@@ -59,34 +59,55 @@
             "path" : "pages/shareEmployment/articleDetail",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "文章详情",
                 "enablePullDownRefresh": false
             }
             
         }
+        
         ,{
-            "path" : "pages/shareEmployment/postMessage",
+            "path" : "pages/search/search",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "搜索",
                 "enablePullDownRefresh": false
             }
             
         }
         ,{
-            "path" : "pages/search/search",
+            "path" : "pages/search/searchResult",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "搜索结果",
                 "enablePullDownRefresh": false
             }
             
         }
         ,{
-            "path" : "pages/search/searchResult",
+            "path" : "pages/choreInformation/jobSearchDetails",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "求职详情",
+                "enablePullDownRefresh": false
+            }
+            
+        }
+        
+        ,{
+            "path" : "pages/mine/employmentService/shareEmployment",
+            "style" :                                                                                    
+            {
+                "navigationBarTitleText": "共享用工",
+                "enablePullDownRefresh": false
+				
+            }
+            
+        }
+        ,{
+            "path" : "pages/mine/employmentService/postMessage",
             "style" :                                                                                    
             {
-                "navigationBarTitleText": "",
+                "navigationBarTitleText": "发布信息",
                 "enablePullDownRefresh": false
             }
             

+ 24 - 0
pages/choreInformation/jobSearchDetails.vue

@@ -0,0 +1,24 @@
+<template>
+	<view>
+		<u-navbar back-text="求职详情" back-icon-size="28" back-icon-color="#ffffff"
+			:background="{backgroundColor: '#2795FD',}" :back-text-style="{color: '#ffffff'}"></u-navbar>
+		
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+			}
+		},
+		methods: {
+			
+		}
+	}
+</script>
+
+<style lang="scss" scoped>
+
+</style>

+ 0 - 0
pages/shareEmployment/postMessage.vue → pages/mine/employmentService/postMessage.vue


+ 222 - 0
pages/mine/employmentService/shareEmployment.vue

@@ -0,0 +1,222 @@
+<template>
+	<view>
+	<u-navbar back-text="共享用工" back-icon-size="28" back-icon-color="#ffffff" :background="{backgroundColor: '#2795FD',}" :back-text-style="{color: '#ffffff'}"></u-navbar>
+	<!-- 标签 -->
+	<view class="tabs">
+		<u-tabs :list="list" :is-scroll="false" :current="current" @change="change"></u-tabs>
+	</view>
+	<view class="content">
+		<view class="info-card" v-for="item in 5">
+			<!-- 卡片信息 -->
+			<view class="detail">
+				企业现急需熟练机床车工5名,如有资源请联系0716-8818118 刘女士。
+			</view>
+			<view class="tag">
+				<view class="item1">
+					急需用工
+				</view>
+				<view class="date-item">
+					2023-06-12
+				</view>
+			</view>
+			
+			<u-line color="#CFD2D5"  />
+			<!-- 发布状态 -->
+			<view class="check">
+				<view class="state">
+					发布中
+				</view>
+				<view class="handle">
+					<view class="unamend">
+						修改
+					</view>
+					<view class="delete">
+						删除
+					</view>
+					
+				</view>
+				
+			</view>
+			
+		</view>
+		
+		<view class="info-card">
+			<!-- 卡片信息 -->
+			<view class="detail">
+				因企业季节性停产3个月,现产生闲置熟练机床车工5名,如有需求请联系0716-8668168 汪先生。
+			</view>
+			<view class="tag">
+				<view class="item2">
+					资源共享
+				</view>
+				<view class="date-item">
+					2023-06-12
+				</view>
+			</view>
+			
+			<u-line color="#CFD2D5"  />
+			<!-- 发布状态-->
+			<view class="check">
+				<view class="state">
+					发布中
+				</view>
+				<view class="handle">
+					<view class="amend">
+						修改
+					</view>
+					<view class="delete">
+						删除
+					</view>
+					
+				</view>
+				
+			</view>
+			
+		</view>
+	</view>
+	
+	
+	
+	<u-divider bg-color="#F0F0F2" margin-top="40" border-color="#CFD2D5">已经到底了</u-divider>
+	<!-- 底部按钮 -->
+	
+		<button class="btn">发布信息</button>
+	
+	</view>
+</template>
+
+<script>
+	export default {
+		data() {
+			return {
+				
+				list: [{
+									name: '发布中'
+								}, {
+									name: '待审核'
+								}, {
+									name: '未通过',
+									
+								}],
+								current: 0
+							}
+		},
+		methods: {
+			change(index) {
+							this.current = index;
+						}
+		}
+	}
+</script>
+
+<style>
+	page{
+		background: #F0F0F2;
+		padding-bottom: 120px;
+	}
+</style>
+<style scoped lang="scss">
+	// 标签
+	.tabs{
+		position: fixed;
+		left: 0;
+		right: 0;
+		z-index:99;
+	}
+	.content{
+		margin-top: 108rpx;
+	}
+	.info-card{
+		margin: 24rpx 32rpx 0;
+		padding: 24rpx;
+		background-color: #fff;
+		border-radius: 24rpx;
+		// 卡片信息
+		.detail{
+			color: rgba(16, 16, 16, 1);
+			line-height: 40rpx;
+			
+		}
+		.tag{
+			display: flex;
+			justify-content: space-between;
+			margin-top: 16rpx;
+			margin-bottom: 24rpx;
+			.item1{
+				color: rgba(39, 149, 253, 1);
+				font-size: 24rpx;
+			}
+			.item2{
+				color: rgba(0, 185, 98, 1);
+				font-size: 24rpx;
+			}
+		}
+		// 发布状态
+		.check{
+			display: flex;
+			justify-content: space-between;
+			align-items: center;
+			margin-top: 32rpx;
+			.state{
+				color: rgba(51, 51, 51, 1);
+				font-weight: 600;
+			}
+			.handle{
+				display: flex;
+				align-items: center;
+				
+				.unamend{
+					width: 120rpx;
+					height: 56rpx;
+					line-height: 56rpx;
+					text-align: center;
+					font-family: Microsoft Yahei;
+					border: 1px solid rgba(231, 232, 234, 1);
+					border-radius: 50px;
+					opacity: 0.4;
+				}
+				.amend{
+					width: 120rpx;
+					height: 56rpx;
+					line-height: 56rpx;
+					text-align: center;
+					font-family: Microsoft Yahei;
+					border: 1px solid rgba(231, 232, 234, 1);
+					border-radius: 50px;
+					
+				}
+				.delete{
+					width: 120rpx;
+					height: 56rpx;
+					line-height: 56rpx;
+					text-align: center;
+					font-family: Microsoft Yahei;
+					border: 1px solid rgba(231, 232, 234, 1);
+					border-radius: 50px;
+					margin-left: 24rpx;
+					color: #E60012;
+				}
+			}
+		}
+	}
+
+// 底部按钮
+
+	
+	.btn{
+		position: fixed;
+		bottom:40rpx;
+		left: 0;
+		right: 0;
+		background-color:#F0F0F2;
+		padding: 0 32rpx;
+		border-radius: 50px;
+		background-color: rgba(34, 149, 255, 1);
+		color: rgba(241, 241, 241, 1);
+		font-size: 36rpx;
+		margin: 0 32rpx;
+		box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.03);
+	}
+
+
+</style>