|
|
|
@ -486,27 +486,10 @@ |
|
|
|
</view> |
|
|
|
</v-link> |
|
|
|
</view> |
|
|
|
<view class="information p-l-md m-t-xl"> |
|
|
|
<view class="information p-l-md m-t-xl" v-if="!isLogin"> |
|
|
|
<!-- <img :src="logoMap.login_logo" class="h-50 w-50 d-block m-r-xs rounded-max flex-shrink" /> --> |
|
|
|
<view class="inf-rig flex-fill"> |
|
|
|
<!-- <span class="fn-lg color-light" v-if="isLogin">{{ |
|
|
|
user.account |
|
|
|
}}</span> |
|
|
|
@click="toAccountSettings" |
|
|
|
|
|
|
|
<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)"></i> |
|
|
|
#endif |
|
|
|
#ifndef H5 |
|
|
|
<i class="iconfont m-l-lg" @click="$copy(user.user_id+'')"></i> |
|
|
|
#endif |
|
|
|
</span> --> |
|
|
|
|
|
|
|
|
|
|
|
<!-- v-else --> |
|
|
|
<view v-if="!isLogin" class="color-dark" @click.stop> |
|
|
|
<view class="color-dark" @click.stop> |
|
|
|
<view class="fn-bold fn-16"> |
|
|
|
{{ $t("first.b2") }} |
|
|
|
</view> |
|
|
|
@ -521,16 +504,24 @@ |
|
|
|
</v-link> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <v-link :to="detail.status!=2?'/pages/auth/index':''" tag="div"--> |
|
|
|
<v-link :to="detail.status!=2?'/pages/auth/index':'/pages/auth/index'" tag="div" |
|
|
|
class="bg-form-panel-3 color-theme-1 d-flex justify-between align-center" |
|
|
|
<v-link :to="detail.status!=2?'/pages/auth/index':'/pages/auth/index'" tag="div" v-if="isLogin" |
|
|
|
class="bg-form-panel-3 d-flex justify-between align-center" |
|
|
|
style="background-color: #fff;padding: 12px;"> |
|
|
|
<view class=" d-flex align-center"> |
|
|
|
<van-icon name="manager" class="fn-18" /> |
|
|
|
<text class="p-l-md fn-14">{{$t('auth.a1')}}</text> |
|
|
|
<image src="../../static/img/light/user-avatar.png" mode="" |
|
|
|
style="width: 100upx;height:100upx;margin-right: 30upx;"></image> |
|
|
|
<view style="flex: 1;"> |
|
|
|
<view style="" class="m-b-xs color-dark fn-16 fn-bold">{{ user.account }}</view> |
|
|
|
<view class="d-flex align-center fn-13"> |
|
|
|
<!-- <van-icon name="manager" class="fn-18 color-theme-1" /> --> |
|
|
|
<text v-if="detail.primary_status==0" style="color: #979797;background-color: #fafafa; |
|
|
|
padding: 2px 4px;border-radius: 3px;">{{$t('auth.e0')}}</text> |
|
|
|
<text v-else-if="detail.status==2" style="color: #fdd434;background-color: #FFFBEA; |
|
|
|
padding: 2px 4px;border-radius: 3px;">{{$t('auth.e2')}}</text> |
|
|
|
<text v-else-if="detail.primary_status==1" style="color: #41AD87;background-color: #E8FEF2; |
|
|
|
padding: 2px 4px;border-radius: 3px;">{{$t('auth.e1')}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- <text class="bg-theme-1 color-white p-x-xs p-y-xxs rounded" v-if="detail.status!=2">{{$t('first.a0')}}</text> --> |
|
|
|
<!-- <text class="bg-theme-1 color-white p-x-xs p-y-xxs rounded" v-else>{{$t('auth.a3')}}</text> --> |
|
|
|
<van-icon name="arrow" class="fn-18" /> |
|
|
|
</v-link> |
|
|
|
<!-- <view class="personalCenter-center border-b border-gray-5"> |
|
|
|
<view class="d-flex justify-around"> |
|
|
|
|