|
@@ -24,11 +24,11 @@
|
|
|
</view>
|
|
|
</u-modal>
|
|
|
|
|
|
- <view class="personalHead" :style="'height: 375px;background: url('+detail.faceImage+') no-repeat top center ;background-size: 100%;'">
|
|
|
+ <view class="personalHead" :style="'margin-top: 80px;height: 375px;background: url('+detail.faceImage+') no-repeat top center ;background-size: 100%;'">
|
|
|
<u-navbar :border-bottom="false" :background="navbarBg" ></u-navbar>
|
|
|
|
|
|
</view>
|
|
|
- <view class="personal-main" v-if="detail.realName">
|
|
|
+ <view class="personal-main" v-if="detail.id">
|
|
|
<view class="personal-name">
|
|
|
<span v-text="detail.realName"></span>
|
|
|
<u-icon custom-prefix="custom-icon" :name="detail.gender?'women-line':'men-line'" color="#1677FF"></u-icon>
|
|
@@ -156,7 +156,7 @@
|
|
|
|
|
|
|
|
|
</view>
|
|
|
- <template v-if="detail.realName">
|
|
|
+ <template v-if="detail.id">
|
|
|
<view class="personal-btn" v-if="!islogin">
|
|
|
<u-button type="error" @click="gotoUrl('pagesA/pages/login/index')" shape="circle" :custom-style="customStyle">
|
|
|
<span>注册 / 登录</span>
|