详情跳转成为代理

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

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

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

Loading…
Cancel
Save