佣金显示判断

develop
wangxia 12 months ago
parent 54377837d6
commit 01a2255e60

@ -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 {

Loading…
Cancel
Save