@@ -274,6 +274,7 @@ function login(next) {
</div>
),
}).then(() => {
+ if(!from.phone) return Toast("登录后才能看到自己的作品哦~")
setStorage();
next && next();
});