|
|
@@ -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
|
|
|
})
|