详情跳转成为代理

cyl/develop
zsk 12 months ago
parent 37d3c2a1cf
commit a6fd580fe6

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

@ -50,7 +50,7 @@ Page({
/** /**
* 生命周期函数--监听页面显示 * 生命周期函数--监听页面显示
*/ */
onShow () { }, onShow () {},
/** /**
* 地址选择 * 地址选择
@ -184,9 +184,7 @@ Page({
duration: 1000, duration: 1000,
success () { success () {
setTimeout(() => { setTimeout(() => {
wx.switchTab({ wx.navigateBack()
url: '../mine/index',
})
}, 1200); }, 1200);
}, },
}); });

Loading…
Cancel
Save