zweizhao 6 лет назад
Родитель
Сommit
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
       })