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 {