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