From 4fa4948fde4d295fc472dcce17a8312601af3a04 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Fri, 15 May 2026 15:05:57 +0800 Subject: [PATCH] no message --- root/detail/job.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/root/detail/job.vue b/root/detail/job.vue index da56015..421f231 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -727,12 +727,24 @@ export default { showFee() { let that = this; if (uni.getStorageSync("apply-token")) { + if(that.isfensi != 2){ + uni.showModal({ + title: "", + content: "仅代理可见", + confirmText: "知道了", + showCancel: false, + success(res) { + + }, + }); + return false; + } } else { uni.showModal({ title: "", content: "登录后查看", - confirmColor: "#6a81ff", - confirmText: "去登陆", + confirmColor: getApp().globalData.themeColor, + confirmText: "去登录", cancelText: "知道了", success(res) { if (res.confirm) { @@ -744,6 +756,8 @@ export default { }); return false; } + + let content, title; title = that.jobDetail.serverPrice;