Browse Source

招聘就业功能/职位详情功能

Rockery 3 years ago
parent
commit
6a3f2ce2c7

+ 8 - 3
h5_web/pages/jobDetails/jobDetails.vue

@@ -21,8 +21,8 @@
     		<view slot="body">
           <view class="jobdetails-head-cardbody">
             <view class="container" @tap="tapHeadCardBody(recruitmentData)">
-              <view class="image">
-                <u-image width="86rpx" height="86rpx" :src="recruitmentData.img" mode="aspectFill"></u-image>
+              <view class="container-image">
+                <image :src="recruitmentData.img" mode="aspectFill" class="image"></image>
               </view>
               <view class="content">
                 <view class="content-left">
@@ -105,7 +105,12 @@
        * 企业信息事件
        */
       tapHeadCardBody(param){
-        
+        this.$u.route({
+        	url: 'pages/businessDetails/businessDetails',
+        	params: {
+        	  flag: 'jobdetails'
+        	}
+        });
       },
       /**
        * 企业位置事件

+ 9 - 0
h5_web/pages/jobDetails/scss/jobDetails.scss

@@ -62,6 +62,15 @@
           flex-wrap: wrap;
           border-bottom: 1px solid #e4e7ed;
           
+          .container-image{
+            .image{
+              width: 86rpx;
+              height: 86rpx;
+              box-shadow: 0px 0px 10px 0px rgba(77, 77, 77, 0.23);
+              border-radius: 7px;
+            }
+          }
+          
           .content{
             margin-left: 4%;
             width: 80%;

+ 12 - 0
h5_web/pages/recruitment/recruitment.vue

@@ -253,9 +253,21 @@
 			},
       recommendCardMoreClick(index) {
         console.log("recommendCardMoreClick: ",index);
+        this.$u.route({
+        	url: 'pages/cooperativeEnterprise/cooperativeEnterprise',
+        	params: {
+        	  flag: 'recruitment'
+        	}
+        });
       },
       tapRecommendSwiperItem(param){
         console.log("tapRecommendSwiperItem: ",param);
+        this.$u.route({
+        	url: 'pages/businessDetails/businessDetails',
+        	params: {
+        	  flag: 'recruitment'
+        	}
+        });
       },
       dataAreaTabsChange(index) {
         console.log("dataAreaTabsChange: ",index);