技能培训添加自动播放上次播放进度功能、首页招聘会入口更改

This commit is contained in:
xuchao
2025-12-12 12:00:49 +08:00
parent 844ff8c582
commit 949caf5589
3 changed files with 116 additions and 21 deletions

View File

@@ -154,6 +154,12 @@
</view>
<view class="service-title">薪酬信息</view>
</view>
<view class="service-item press-button" @click="handleJobFairClick">
<view class="service-icon service-icon-1">
<uni-icons type="shop" size="32" color="#FFFFFF"></uni-icons>
</view>
<view class="service-title">招聘会</view>
</view>
</view>
<!-- #endif -->
</view>
@@ -760,6 +766,9 @@ const handleLiveClick = () => {
const handleSalaryInfoClick = () => {
navTo('/pages/service/salary-info');
};
const handleJobFairClick = () => {
navTo('/pages/careerfair/careerfair');
};
const handleH5SalaryClick = () => {
const salaryUrl = "https://www.mohrss.gov.cn/SYrlzyhshbzb/laodongguanxi_/fwyd/202506/t20250627_544623.html";
window.location.assign(salaryUrl);