zweizhao 7 år sedan
förälder
incheckning
c267ef2b4e
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      pages/community/user/_id.vue

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

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