From 01a2255e606a455ca4dcfe7d5020bbd51f0f731a Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 26 Mar 2025 14:30:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=A3=E9=87=91=E6=98=BE=E7=A4=BA=E5=88=A4?= =?UTF-8?q?=E6=96=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/detail/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/detail/index.js b/pages/detail/index.js index f0e5951..b52fa86 100644 --- a/pages/detail/index.js +++ b/pages/detail/index.js @@ -1891,8 +1891,8 @@ Page({ return } let content, title - if (that.data.jobDetail.record.returnFeeDesp) { - title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : '' + if (that.data.jobDetail.record.returnFeeDesp || that.data.jobDetail.record.returnFee) { + title = that.data.isAgency ? '佣金: ' + (that.data.fuWuFei || '-') : '' content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。' } else {