提交 50bb044268eb3c9cb4397d2b74ceedbfb83bf333

作者 juvenile
1 个父辈 8b92cc15

协议修改

... ... @@ -67,10 +67,10 @@ export default {
67 67 return {
68 68 checked: false,
69 69 service:
70   - "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/yxly/%E6%A0%A1%E4%BC%81%E8%81%8C%E9%80%9A%E8%BD%A6%E7%94%A8%E6%88%B7%E6%9C%8D%E5%8A%A1%E5%8D%8F%E8%AE%AE.html",
  70 + "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/alipay-recruit/%E6%99%BA%E7%94%A8%E5%B7%A5%E7%94%A8%E6%88%B7%E6%9C%8D%E5%8A%A1%E5%8D%8F%E8%AE%AE.html",
71 71 policy:
72   - "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/yxly/%E6%A0%A1%E4%BC%81%E8%81%8C%E9%80%9A%E8%BD%A6%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96.html",
73   - zs: "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/yxly/%E6%A0%A1%E4%BC%81%E8%81%8C%E9%80%9A%E8%BD%A6%E7%9F%A5%E8%AF%86%E4%BA%A7%E6%9D%83%E4%BF%9D%E6%8A%A4%E8%A7%84%E5%88%99.html",
  72 + "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/alipay-recruit/%E6%99%BA%E7%94%A8%E5%B7%A5%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96.html",
  73 + zs: "https://hropublic.oss-cn-beijing.aliyuncs.com/APP/alipay-recruit/%E6%99%BA%E7%94%A8%E5%B7%A5%E7%9F%A5%E8%AF%86%E4%BA%A7%E6%9D%83%E4%BF%9D%E6%8A%A4%E8%A7%84%E5%88%99.html",
74 74 };
75 75 },
76 76
... ...
... ... @@ -294,111 +294,120 @@
294 294 </view>
295 295
296 296 <u-popup
297   - class="popup"
298 297 v-model="show"
299 298 :border-radius="22"
300 299 mode="bottom"
301 300 :closeable="true"
302 301 close-icon-size="36"
303 302 >
304   - <view class="title">全部工作地点</view>
305   - <view style="width: 100%; height: 1rpx; background-color: #ebebeb"></view>
306   - <view v-for="(item, index) in addressList" :key="index">
307   - <view class="list" @click="gotomp('1', item)">
308   - <text class="text"
309   - >{{ item.province }}{{ item.city }}{{ item.district
310   - }}{{ item.address }}</text
311   - >
312   - <image
313   - src="/static/img/common/arrow_right.png"
314   - style="width: 32rpx; height: 32rpx; margin-left: auto"
315   - >
316   - </image>
  303 + <view class="popup">
  304 + <view class="title">全部工作地点</view>
  305 + <view
  306 + style="width: 100%; height: 1rpx; background-color: #ebebeb"
  307 + ></view>
  308 + <view v-for="(item, index) in addressList" :key="index">
  309 + <view class="list" @click="gotomp('1', item)">
  310 + <text class="text"
  311 + >{{ item.province }}{{ item.city }}{{ item.district
  312 + }}{{ item.address }}</text
  313 + >
  314 + <image
  315 + src="/static/img/common/arrow_right.png"
  316 + style="width: 32rpx; height: 32rpx; margin-left: auto"
  317 + >
  318 + </image>
  319 + </view>
317 320 </view>
318   - </view>
319   - <view
320   - style="width: 100%; height: 100rpx; background-color: #ffffff"
  321 + <view
  322 + style="width: 100%; height: 100rpx; background-color: #ffffff"
  323 + ></view
321 324 ></view>
322 325 </u-popup>
323 326 <u-popup
324   - class="popup"
325 327 v-model="showResume"
326 328 :border-radius="22"
327 329 mode="bottom"
328 330 :closeable="true"
329 331 close-icon-size="36"
330 332 >
331   - <view class="title">简历详情</view>
332   - <view class="" style="margin: 20rpx; display: flex; margin-top: 40rpx">
333   - <image
334   - :src="
335   - resumeDetailObj.image_path
336   - ? `${resumeDetailObj.image_path}?t=${Date.now()}`
337   - : `/static/img/my/default_avatar.png`
338   - "
339   - style="width: 120rpx; height: 120rpx"
340   - />
341   - <view style="margin: auto 22rpx">
342   - <view
  333 + <view class="popup">
  334 + <view class="title">简历详情</view>
  335 + <view class="" style="margin: 20rpx; display: flex; margin-top: 40rpx">
  336 + <image
  337 + :src="
  338 + resumeDetailObj.image_path
  339 + ? `${resumeDetailObj.image_path}?t=${Date.now()}`
  340 + : `/static/img/my/default_avatar.png`
  341 + "
  342 + style="width: 120rpx; height: 120rpx"
  343 + />
  344 + <view style="margin: auto 22rpx">
  345 + <view
  346 + style="
  347 + font-size: 34rpx;
  348 + color: #000;
  349 + font-family: PingFangSC-Semibold, PingFang SC;
  350 + "
  351 + >
  352 + {{ resumeDetailObj.name }}
  353 + </view>
  354 + <view style="margin-top: 22rpx">{{ getUserInfo() }}</view>
  355 + </view>
  356 + </view>
  357 + <view style="margin: 40rpx" v-if="resumeDetailObj.personal_ability">
  358 + <text style="color: rgba(0, 0, 0, 0.85); font-size: 28rpx"
  359 + >个人优势:
  360 + </text>
  361 + <text
343 362 style="
344   - font-size: 34rpx;
345   - color: #000;
346   - font-family: PingFangSC-Semibold, PingFang SC;
  363 + color: rgba(0, 0, 0, 0.65);
  364 + font-size: 26rpx;
  365 + margin-left: 16rpx;
347 366 "
  367 + >{{ resumeDetailObj.personal_ability }}</text
348 368 >
349   - {{ resumeDetailObj.name }}
350   - </view>
351   - <view style="margin-top: 22rpx">{{ getUserInfo() }}</view>
352 369 </view>
353   - </view>
354   - <view style="margin: 40rpx" v-if="resumeDetailObj.personal_ability">
355   - <text style="color: rgba(0, 0, 0, 0.85); font-size: 28rpx"
356   - >个人优势:
357   - </text>
358   - <text
359   - style="
360   - color: rgba(0, 0, 0, 0.65);
361   - font-size: 26rpx;
362   - margin-left: 16rpx;
  370 + <view
  371 + v-if="
  372 + resumeDetailObj.work_exps && resumeDetailObj.work_exps.length > 0
363 373 "
364   - >{{ resumeDetailObj.personal_ability }}</text
  374 + style="padding-left: 40rpx; padding-bottom: 16rpx"
365 375 >
366   - </view>
367   - <view
368   - v-if="resumeDetailObj.work_exps && resumeDetailObj.work_exps.length > 0"
369   - style="padding-left: 40rpx; padding-bottom: 16rpx"
370   - >
371   - <u-time-line>
372   - <view v-for="(item, index) in resumeDetailObj.work_exps" :key="index">
373   - <u-time-line-item>
374   - <template v-slot:content>
375   - <view class="text">{{ item.company }}</view>
376   - <view
377   - style="
378   - margin-top: 18rpx;
379   - color: rgba(0, 0, 0, 0.65);
380   - font-size: 26rpx;
381   - "
382   - >
383   - {{ item.job }} | {{ timeFormat(item.job_start_time) }} -
384   - {{
385   - item.job_end_time == 0
386   - ? "至今"
387   - : timeFormat(item.job_end_time)
388   - }}
389   - </view>
390   - </template>
391   - </u-time-line-item>
392   - </view>
393   - </u-time-line>
394   - </view>
395   - <view class="btn_commit" @click="applyResume"> 确认投递 </view>
396   - <view
397   - class="text"
398   - style="padding: 30rpx; text-align: center; margin-bottom: 30rpx"
399   - @click="editResume"
400   - >
401   - 去完善简历
  376 + <u-time-line>
  377 + <view
  378 + v-for="(item, index) in resumeDetailObj.work_exps"
  379 + :key="index"
  380 + >
  381 + <u-time-line-item>
  382 + <template v-slot:content>
  383 + <view class="text">{{ item.company }}</view>
  384 + <view
  385 + style="
  386 + margin-top: 18rpx;
  387 + color: rgba(0, 0, 0, 0.65);
  388 + font-size: 26rpx;
  389 + "
  390 + >
  391 + {{ item.job }} | {{ timeFormat(item.job_start_time) }} -
  392 + {{
  393 + item.job_end_time == 0
  394 + ? "至今"
  395 + : timeFormat(item.job_end_time)
  396 + }}
  397 + </view>
  398 + </template>
  399 + </u-time-line-item>
  400 + </view>
  401 + </u-time-line>
  402 + </view>
  403 + <view class="btn_commit" @click="applyResume"> 确认投递 </view>
  404 + <view
  405 + class="text"
  406 + style="padding: 30rpx; text-align: center; margin-bottom: 30rpx"
  407 + @click="editResume"
  408 + >
  409 + 去完善简历
  410 + </view>
402 411 </view>
403 412 </u-popup>
404 413 <u-popup
... ... @@ -441,15 +450,16 @@
441 450 </view>
442 451 </u-popup>
443 452 <u-popup
444   - class="popup"
445 453 v-model="videoshow"
446 454 :border-radius="22"
447 455 mode="center"
448 456 :closeable="true"
449 457 close-icon-size="36"
450 458 >
451   - <view class="">
452   - <video :src="videoSrc" controls></video>
  459 + <view class="popup">
  460 + <view class="">
  461 + <video :src="videoSrc" controls></video>
  462 + </view>
453 463 </view>
454 464 </u-popup>
455 465 <u-popup v-model="yxlyLoginShow" mode="bottom" border-radius="18">
... ...
... ... @@ -28,7 +28,7 @@
28 28
29 29 •您尚未到期的各类权益等;
30 30
31   - •您尚未使用的学豆、积分、成长值等;
  31 + •您尚未使用的积分、成长值等;
32 32
33 33 •您在账号下的产品与/或服务中发布的内容未来的收益权益;
34 34
... ... @@ -62,9 +62,7 @@
62 62
63 63 •无其他不安全/异常状态。
64 64
65   - 4. 该账号内无余额/资金 学豆,包括但不限于:
66   -
67   - •学豆、学贝已被消费 使用完毕;
  65 + 4. 该账号内无余额/资金,包括但不限于:
68 66
69 67 •账号内的其他余额/资金均已被提现或消费完毕。
70 68
... ...
... ... @@ -6,19 +6,15 @@
6 6 <text class="text">
7 7 如您注销{{vuex_appName}}服务,则当前服务在APP、小程序等留存的信息均将被清空且无法被找回。
8 8
9   - 具体包括一下信息:
  9 + 具体信息包括但不限于以下信息:
10 10
11   - · {{vuex_appName}}学生注册账号及状态信息
  11 + · 智用工用户注册账号
12 12
13   - · {{vuex_appName}}保存的学生个人信息
  13 + · 智用工个人简历信息
14 14
15   - · {{vuex_appName}}保存的学生学籍信息
  15 + · 您在智用工的求职记录
16 16
17   - · 学生所有实习及相关活动记录
18   -
19   - · 学生实习成绩信息
20   -
21   - · 订阅消息、短信等通知不再进行推送
  17 + · 您在智用工收藏的职位
22 18
23 19 </text>
24 20 </view>
... ...
... ... @@ -5,7 +5,7 @@ import internship from './modules/internship'
5 5 Vue.use(Vuex)
6 6
7 7 const appNameData = {
8   - '2021004125649367': '校职通',
  8 + '2021004125649367': '智用工',
9 9 'wx2a515776284cae17': '新华实习',
10 10 }
11 11
... ...
注册登录 后发表评论