去除退出登录后返回按钮

master
zjh19990323 7 years ago
parent 4946bca849
commit b0f0fe1035

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

Loading…
Cancel
Save