Przeglądaj źródła

feat(招聘小程序) 接口对接

xing.li 4 lat temu
rodzic
commit
11a424bb68

+ 1 - 1
pages/collection/collection.wxss

@@ -77,6 +77,6 @@ Page {
   margin-top: 200rpx;
 }
 .no_data_img{
-  height: 320rpx;
+  height: 240rpx;
   width: 320rpx;
 }

+ 1 - 1
pages/record/record.wxss

@@ -86,6 +86,6 @@ Page {
   margin-top: 200rpx;
 }
 .no_data_img{
-  height: 320rpx;
+  height: 240rpx;
   width: 320rpx;
 }

+ 3 - 1
pages/resume/resume.js

@@ -234,6 +234,8 @@ Page({
       },
       success (res){
         const result = JSON.parse(res.data)
+        console.log(result)
+        console.log(result.data.destPath)
         self.setData({
           resumeFileNow:result.data.destPath,
           fileColor:"#000",
@@ -268,7 +270,7 @@ Page({
     var learningModality = info.learningModality?info.learningModality:0;
     var birthday = info.birthday?info.birthday:'1990-01-01';
     var fileColor = info.resumeFileName?'#000':'#c2c6da';
-    var resumeFileName = info.resumeFileName?info.resumeFileName:'';
+    var resumeFileName = info.resumeFileName?info.resumeFileName:'在微信聊天中选择附件';
     this.setData({
       userId:info.userId,
       name:info.name,

+ 1 - 1
pages/school/school.wxss

@@ -138,6 +138,6 @@ Page {
   margin-top: 200rpx;
 }
 .no_data_img{
-  height: 320rpx;
+  height: 240rpx;
   width: 320rpx;
 }

+ 1 - 1
pages/schoolTrip/schoolTrip.wxss

@@ -18,7 +18,7 @@ Page {
 }
 .no_data_img{
   height: 300rpx;
-  width: 300rpx;
+  width: 400rpx;
 }
 .no_data_view{
   margin-top: 200rpx;

+ 1 - 1
pages/sociology/sociology.wxss

@@ -138,6 +138,6 @@ Page {
   margin-top: 200rpx;
 }
 .no_data_img{
-  height: 320rpx;
+  height: 240rpx;
   width: 320rpx;
 }