调整登录逻辑
This commit is contained in:
@@ -15,7 +15,6 @@ Page({
|
||||
*/
|
||||
onLoad(options) {
|
||||
const { id } = options;
|
||||
console.log('options', options)
|
||||
if (id !== "-1") {
|
||||
this.init(id);
|
||||
}
|
||||
|
Reference in New Issue
Block a user