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;