cyl/develop
jscyl13849007907 12 months ago
commit 3d0600b755

@ -1891,8 +1891,8 @@ Page({
return return
} }
let content, title let content, title
if (that.data.jobDetail.record.returnFeeDesp) { if (that.data.jobDetail.record.returnFeeDesp || that.data.jobDetail.record.returnFee) {
title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : '' title = that.data.isAgency ? '佣金: ' + (that.data.fuWuFei || '-') : ''
content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。' content = that.data.isAgency ? that.data.jobDetail.record.returnFeeDesp : '抱歉,您需先成为伯才代理以获得使用权限。'
} else { } else {

Loading…
Cancel
Save