File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 88 <div class =" d-flex flex-ai" >
99 <span class =" text-bold text-md" >{{userInfo.name}}</span >
1010 <v-spacer ></v-spacer >
11- <v-btn width =" 80" small color =" #3C3C3C" depressed v-if =" userInfo.myFollow" :loading =" unFollowLoading"
12- @click =" unFollow" >取消关注</v-btn >
13- <v-btn small color =" primary" depressed width =" 80" v-else :loading =" followLoading" @click =" follow" >关注</v-btn >
11+ <div v-if =" userInfo.myFollow!==null" >
12+ <v-btn width =" 80" small color =" #3C3C3C" depressed v-if =" userInfo.myFollow" :loading =" unFollowLoading"
13+ @click =" unFollow" >取消关注</v-btn >
14+ <v-btn small color =" primary" depressed width =" 80" v-else :loading =" followLoading" @click =" follow" >关注</v-btn >
15+ </div >
1416 </div >
1517 <span class =" about text-describe text-sm" >{{userInfo.description||'ta还没想好怎么描述自己...'}}</span >
1618 <div class =" text-sm num" >
You can’t perform that action at this time.
0 commit comments