This commit is contained in:
wuzhimiao
2025-10-31 11:04:16 +08:00
parent e84b367360
commit a6c7678a5e
270 changed files with 35873 additions and 701 deletions

View File

@@ -1,7 +1,7 @@
<template>
<view class="job-list">
<view class="top_box_bg">
<u-image src="../../static/images/top.png" width="750rpx" height="496rpx" />
// <u-image src="../../static/images/top.png" width="750rpx" height="496rpx" />
</view>
<view class="job-list__navbar">
<u-navbar
@@ -24,7 +24,7 @@
<view class="job-list__content">
<img
class="top_box_bg_service"
src="../static/images/person/serviceFrequency.png"
src=""
width="360rpx"
height="50rpx"
alt=""
@@ -64,13 +64,13 @@
</view>
<view>
<img
src="../../static/images/person/malepng.png"
src=""
v-if="form.gender == 0"
width="70rpx"
alt=""
/>
<img
src="../../static/images/person/femalepng.png"
src=""
v-if="form.gender == 1"
width="70rpx"
alt=""
@@ -80,7 +80,7 @@
<view class="visitAndInvestigate" @click="goAddServices">
<view class="text">服务</view>
<img
src="../../static/images/person/fillInRecords.png"
src=""
width="140rpx"
height="40rpx"
alt=""
@@ -382,7 +382,7 @@
</view>
</view>
<view class="addNeeds" @click="goAddNeeds">
<img src="./static/images/person/addNeeds1.png" />
<img src="" />
</view>
<u-popup
:show="openDeal"
@@ -464,7 +464,7 @@
<view class="dialog_div">
<view class="dialog_div_item" @click="goAddNeeds(1)">
<img
src="./static/images/person/entrepreneurialIcon.png"
src=""
style="margin-right: 10rpx"
width="18rpx"
alt=""
@@ -474,7 +474,7 @@
</view>
<view class="dialog_div_item" @click="goAddNeeds(3)">
<img
src="./static/images/person/jobSeekingIcon.png"
src=""
style="margin-right: 10rpx"
width="18rpx"
alt=""
@@ -484,7 +484,7 @@
</view>
<view class="dialog_div_item" @click="goAddNeeds(4)">
<img
src="./static/images/person/trainingIcon.png"
src=""
style="margin-right: 10rpx"
width="18rpx"
alt=""
@@ -494,7 +494,7 @@
</view>
<view class="dialog_div_item" @click="goAddNeeds(5)">
<img
src="./static/images/selected.png"
src="."
style="margin-right: 10rpx"
width="18rpx"
alt=""
@@ -868,6 +868,7 @@ this.tt()
getPersonInfo(this.form.id).then((res) => {
if (res.code == 200) {
this.form = res.data;
console.log("res",res.data)
}
});
},