修复首页不跳转时无信息提示原因的Bug

This commit is contained in:
weipengfei 2023-07-24 16:13:21 +08:00
parent c37777901b
commit f9e656ce2c

View File

@ -247,9 +247,7 @@
return false return false
} }
} }
uni.navigateTo({ this.navTo(url);
url: url,
})
}, },
// //
clickNotice(e){ clickNotice(e){