调整登录逻辑

This commit is contained in:
2024-03-27 17:37:11 +08:00
parent 61bcbf6f69
commit 049782f96b
18 changed files with 113 additions and 30 deletions

View File

@@ -15,7 +15,6 @@ Page({
*/
onLoad(options) {
const { id } = options;
console.log('options', options)
if (id !== "-1") {
this.init(id);
}