浏览代码

关闭alert

zweizhao 7 年之前
父节点
当前提交
c267ef2b4e
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      pages/community/user/_id.vue

+ 0 - 2
pages/community/user/_id.vue

@@ -209,11 +209,9 @@ export default {
     async doFollow() {
       // 移动端处理
       if(!this.$store.state.isPC && !this.$store.getters.isLogin) {
-        alert('proginn://login')
         location.href = 'proginn://login'
         return
       }
-      alert('normal')
       let res = await this.$post(`/api/user/follow`, {
         follow_id: this.$route.params.id
       })