去除退出登录后返回按钮

master
zjh19990323 6 years ago
parent 4946bca849
commit b0f0fe1035

@ -56,7 +56,7 @@ Page({
confirmColor: "rgba(253, 153, 65, 1)",
success: function (res) {
if (res.confirm) {
wx.navigateTo({
wx.redirectTo({
url: '../denglu/denglu',
})
}

Loading…
Cancel
Save