From e2fdc32a6c00a845a2ffb7e1e0629a32aecab214 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Thu, 28 May 2026 16:40:06 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 19 +++++++++++++++++++ root/merchantManagement/jobForm.vue | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index 860533b..17cff39 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -242,6 +242,12 @@ 客服 + + + @@ -573,6 +579,7 @@ export default { }, data() { return { + isAdmin: uni.getStorageSync("apply-userinfo").admin, fullName:uni.getStorageSync("miniApp-info") && uni.getStorageSync("miniApp-info").agencyName, isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi, isAgency:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").agencyId, @@ -2099,6 +2106,18 @@ export default { setType(e) { this.tabInfo.active = e; }, + gojob(){ + let that = this; + if(that.isLogin){ + uni.navigateTo({ + url: '/root/merchantManagement/jobForm?id=' + that.uid + }); + }else{ + uni.navigateTo({ + url: "/root/person/loginIndex", + }); + } + }, goIm() { let that = this; if(that.isJm){ diff --git a/root/merchantManagement/jobForm.vue b/root/merchantManagement/jobForm.vue index baf4308..24d796b 100644 --- a/root/merchantManagement/jobForm.vue +++ b/root/merchantManagement/jobForm.vue @@ -1225,7 +1225,7 @@ onHide(() => { const showPage = ref(false); onLoad((options) => { console.log("formInfo", formInfo.value); - console.log(options); + console.log('optionsoptionsoptionsoptionsoptions', options); resetInfo(); if (options.id) { uni.setNavigationBarTitle({