cyl/develop
wangxia 12 months ago
parent 6154b9e116
commit 8c85d71e9c

@ -1882,6 +1882,10 @@ Page({
let that = this let that = this
// if (!this.data.isAgency) return false // if (!this.data.isAgency) return false
console.log('that.data.bclr', that.data.bclr); console.log('that.data.bclr', that.data.bclr);
if (!that.data.isAgency) {
this.tobeAgencyToast()
return
}
let content, title let content, title
if (that.data.jobDetail.record.returnFeeDesp && (that.data.jobDetail.record.picked || that.data.corpUserFlag)) { if (that.data.jobDetail.record.returnFeeDesp && (that.data.jobDetail.record.picked || that.data.corpUserFlag)) {
title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : '' title = that.data.isAgency ? '佣金: ' + that.data.fuWuFei : ''
@ -1902,5 +1906,21 @@ Page({
}, },
}); });
},
tobeAgencyToast () {
wx.showModal({
title: '',
content: '抱歉,您需先成为伯才代理以获得使用权限。',
confirmColor: '#1890ff',
confirmText: '成为代理',
cancelText: '知道了',
success (res) {
if (res.confirm) {
wx.navigateTo({
url: '/pages/tobeAgency/index'
})
}
}
})
} }
}); });

@ -1015,7 +1015,7 @@
</view> </view>
</view> </view>
<!-- && appId == 'wxe431e0b3abd9ae0b' --> <!-- && appId == 'wxe431e0b3abd9ae0b' -->
<view class="pabtm" wx:if="{{!whichOneShow && appId == 'wxe431e0b3abd9ae0b'}}" style="top:{{(systemInfo.windowHeight - 200)}}px"> <view class="pabtm" wx:if="{{!whichOneShow}}" style="top:{{(systemInfo.windowHeight - 200)}}px">
<!-- <view class="typeChange" catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" hover-class="none" hover-stop-propagation="false"> <!-- <view class="typeChange" catchtap="choosenTop" data-id="{{toped == 2 ? 1 : 2}}" hover-class="none" hover-stop-propagation="false">
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 1 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/biao1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 1 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/biao1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>
<image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 2 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/jian1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image> <image class style="border-radius: 70px;width:36px;height:28px;display:{{toped == 2 ? 'block' : 'none'}}" src="{{'https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/jian1.svg'}}" mode="aspectFit|aspectFill|widthFix" binderror bindload></image>

Loading…
Cancel
Save