liyongli 2 年之前
父节点
当前提交
7fec5b33f7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/view/WorldCup/index.vue

+ 1 - 0
src/view/WorldCup/index.vue

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