Commit 4718a23f by 李嘉林

页面返回

parent 6ea11ad9
......@@ -136,9 +136,10 @@ export default {
},
confirm() {
console.log("--提交--");
wx.reLaunch({
url: '/pages/home/main' // 指定页面的url
});
// wx.reLaunch({
// url: '/pages/home/main' // 指定页面的url
// });
wx.navigateBack();
},
},
onHide() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment