|
|
|
@ -1869,13 +1869,16 @@ Page({
|
|
|
|
wx.showModal({
|
|
|
|
wx.showModal({
|
|
|
|
content: '抱歉,您需先成为伯才代理以获得使用权限。',
|
|
|
|
content: '抱歉,您需先成为伯才代理以获得使用权限。',
|
|
|
|
// content: that.data.bclr,
|
|
|
|
// content: that.data.bclr,
|
|
|
|
contentColor: "#ccc",
|
|
|
|
confirmColor: '#1890ff',
|
|
|
|
confirmColor: "#1890ff",
|
|
|
|
confirmText: '成为代理',
|
|
|
|
confirmText: "确定",
|
|
|
|
cancelText: '知道了',
|
|
|
|
showCancel: false,
|
|
|
|
|
|
|
|
success (res) {
|
|
|
|
success (res) {
|
|
|
|
|
|
|
|
if (res.confirm) {
|
|
|
|
},
|
|
|
|
wx.navigateTo({
|
|
|
|
|
|
|
|
url: '/pages/tobeAgency/index'
|
|
|
|
|
|
|
|
})
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
},
|
|
|
|
},
|
|
|
|
showFee () {
|
|
|
|
showFee () {
|
|
|
|
|