Просмотр исходного кода

fix(招聘) 重构页面 工作环境 福利待遇 公司简介 企业文化

xing.li лет назад: 3
Родитель
Сommit
d06d5c7117

+ 4 - 0
pages/collection/collection.js

@@ -41,6 +41,10 @@ Page({
     this.setData({
       openId:openId
     })
+
+    this.setData({
+      list:[]
+    })
     this.getList(openId);
   },
 

+ 2 - 2
pages/person/person.wxml

@@ -46,8 +46,8 @@
             </view>
         </view>
     </view>
-    <image mode="widthFix" src="https://dy.shpr.top/recruit/group@2x.png"
-        style="width:100%"></image>
+    <image  mode="widthFix" src="https://dy.shpr.top/recruit/group@2x.png"
+        style="width:100%;"></image>
         <view class="remind">
         <view class="remind-title">沪上阿姨提醒您</view>
         <view class="remind-text" wx:if="{{deliveryRecruitName}}">您投递的<span style="color:#FF8364"> {{deliveryRecruitName}} </span>职位 <span style="color:#FF8364"> 正在初筛中 </span>

+ 5 - 4
pages/person/person.wxss

@@ -226,15 +226,16 @@ margin-left: 5px;
   background-color: #FFE084;
 }
 .remind{
-  width: 330px;
+  width: 331px;
   height: 220px;
   z-index: 999;
-  margin: 0 auto;
+  /* margin: 0 auto; */
   border-radius: 20px;
   background-color: #fff;
   box-shadow: 0px 9px 9px 9px rgba(131, 131, 131, 0.16);
-  position: relative;
-  top: -322px;
+  position: absolute;
+  top: 430px;
+  left:12px;
   padding-left: 18px;
   padding-top:26px;
 }

+ 4 - 1
pages/record/record.js

@@ -25,7 +25,7 @@ Page({
     if(options.status==2){
       title= '待面试'
     }
-    
+
     wx.setNavigationBarTitle({
       title: title
    })
@@ -54,6 +54,9 @@ Page({
    this.setData({
      openId:openId
    })
+   this.setData({
+    list:[]
+  })
    this.getList(openId);
   },
 

+ 1 - 1
pages/resume/resume.wxml

@@ -7,7 +7,7 @@
       <view class="info_left_2">姓名</view>
     </view>
     <input type="text" class="info_right" maxlength="50" placeholder="请输入姓名" placeholder-class="placeholder" value="{{name}}" bindinput="bindInputName"
-    style="width:260rpx"/>
+    style="width:240rpx"/>
     <view class="sex-info" >
     <view class="sex-info-man {{gender==1?'sex-info-active':''}}" bindtap="chooseSex" data-gender="1">男</view>
     <view class="sex-info-woman {{gender==2?'sex-info-active':''}}"  bindtap="chooseSex" data-gender="2">女</view>

+ 1 - 1
pages/school/school.wxml

@@ -41,7 +41,7 @@
         <view class="info_mid_right">{{item.releaseTime}}</view>
       </view>
       <view class="info_bottom">
-        <image src="/images/icons/depart.png" class="info_bottom_img"></image>
+        <image src="/images/new/depart.png" class="info_bottom_img"></image>
         <view class="info_bottom_2">{{item.demandDepartment}}</view>
       </view>
     </view>

+ 1 - 1
project.config.json

@@ -37,7 +37,7 @@
     "showES6CompileOption": false
   },
   "compileType": "miniprogram",
-  "libVersion": "2.16.1",
+  "libVersion": "2.19.2",
   "appid": "wxe15e2156252a1dd1",
   "projectname": "%E6%8B%9B%E8%81%98",
   "debugOptions": {