update pages/user/home.vue

This commit is contained in:
linfeng 2023-09-15 11:18:29 +08:00
parent a3e2442de6
commit da1a63f72e

View File

@ -16,6 +16,7 @@
<text class="desc">{{userInfo.intro}}</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">
<u-button v-show="!userInfo.isFollow" @click="follow" :custom-style="btnStyle" class="btn"