Browse Source

优化

master
ltlzx 4 years ago
parent
commit
77630d8ca0
  1. 17
      pages/base/home.vue

17
pages/base/home.vue

@ -346,15 +346,18 @@
user.account user.account
}}</span> --> }}</span> -->
<!-- @click="toAccountSettings" --> <!-- @click="toAccountSettings" -->
<span v-if="isLogin" class="inf-rig-cent fn-20 color-light">UID{{ isLogin ? user.user_id : "-" }}
<!-- #ifdef H5 --> <!-- <span v-if="isLogin" class="inf-rig-cent fn-20 color-light">UID{{ isLogin ? user.user_id : "-" }}
#ifdef H5
<i class="iconfont m-l-lg" @click="copy(user.user_id)">&#xe706;</i> <i class="iconfont m-l-lg" @click="copy(user.user_id)">&#xe706;</i>
<!-- #endif --> #endif
<!-- #ifndef H5 --> #ifndef H5
<i class="iconfont m-l-lg" @click="$copy(user.user_id+'')">&#xe706;</i> <i class="iconfont m-l-lg" @click="$copy(user.user_id+'')">&#xe706;</i>
<!-- #endif --> #endif
</span> </span> -->
<view v-else class="color-light" @click.stop>
<!-- v-else -->
<view v-if="!isLogin" class="color-light" @click.stop>
<view class="fn-bold fn-16"> <view class="fn-bold fn-16">
{{ $t("first.b2") }} {{ $t("first.b2") }}
</view> </view>

Loading…
Cancel
Save