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
}}</span> -->
<!-- @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>
<!-- #endif -->
<!-- #ifndef H5 -->
#endif
#ifndef H5
<i class="iconfont m-l-lg" @click="$copy(user.user_id+'')">&#xe706;</i>
<!-- #endif -->
</span>
<view v-else class="color-light" @click.stop>
#endif
</span> -->
<!-- v-else -->
<view v-if="!isLogin" class="color-light" @click.stop>
<view class="fn-bold fn-16">
{{ $t("first.b2") }}
</view>

Loading…
Cancel
Save