update pages/user/home.vue
This commit is contained in:
parent
a3e2442de6
commit
da1a63f72e
@ -16,6 +16,7 @@
|
|||||||
|
|
||||||
<text class="desc">{{userInfo.intro}}</text>
|
<text class="desc">{{userInfo.intro}}</text>
|
||||||
<text class="desc" v-if="userInfo.city">IP:{{userInfo.city}}</text>
|
<text class="desc" v-if="userInfo.city">IP:{{userInfo.city}}</text>
|
||||||
|
<text class="desc" v-else>IP属地:未知</text>
|
||||||
|
|
||||||
<view class="btn-box" v-if="currUid!=uid">
|
<view class="btn-box" v-if="currUid!=uid">
|
||||||
<u-button v-show="!userInfo.isFollow" @click="follow" :custom-style="btnStyle" class="btn"
|
<u-button v-show="!userInfo.isFollow" @click="follow" :custom-style="btnStyle" class="btn"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user