This commit is contained in:
bin
2025-12-23 13:40:26 +08:00
parent 4ae11e31f4
commit e7f9d9c367
16 changed files with 604 additions and 36 deletions

View File

@@ -8,7 +8,7 @@
<view class="main">
<view class="main-header">
<view class="header-title btn-feel">企业推荐站</view>
<view class="header-text btn-feel">AI智联青岛岗位触手可</view>
<view class="header-text btn-feel">AI智联石河子岗位触手可</view>
<image class="header-img btn-shaky" src="/static/icon/companyBG.png"></image>
</view>
<view class="main-content">

View File

@@ -137,7 +137,7 @@ function changeArea() {
data: [oneDictData('area')],
success: (_, [value]) => {
fromValue.area = value.value;
state.areaText = '青岛市-' + value.label;
state.areaText = '石河子市-' + value.label;
},
});
}

View File

@@ -83,7 +83,7 @@
</view>
<view class="mys-text">
<text>期望工作地</text>
<text>青岛-</text>
<text>石河子-</text>
<dict-Label dictType="area" :value="Number(userInfo.area)"></dict-Label>
</view>
<view class="mys-list">

View File

@@ -54,7 +54,7 @@
</view>
<view class="position-source">
<text>来源&nbsp;</text>
{{ dataType === 2 ? '青岛人才网' : jobInfo.dataSource }}
{{ dataType === 2 ? '石河子人才网' : jobInfo.dataSource }}
</view>
</view>

View File

@@ -35,7 +35,7 @@
<!-- <view>到岗2025-11-02</view> -->
<view></view>
<view>
地点青岛-
地点石河子-
<dict-Label dictType="area" :value="Number(userInfo.area)"></dict-Label>
</view>
</view>