|
@@ -7,8 +7,7 @@
|
|
|
<u-image v-show="!hasLogin" src="/static/logo.png" width="100" height="100"></u-image>
|
|
|
</view>
|
|
|
<view class="user-info">
|
|
|
- <!-- <view v-if="hasLogin" class="user-info-item">{{userData.stationName || ''}}</view> -->
|
|
|
- <view v-if="hasLogin" class="user-info-item">hjh更合适的股份回购和股市的发挥上的飞机合计亏损幅度</view>
|
|
|
+ <view v-if="hasLogin" class="user-info-item">{{userData.stationName || ''}}</view>
|
|
|
<view v-if="hasLogin" class="user-info-item">{{userData.gatherName||''}} {{userData.gatherPhone || ''}}</view>
|
|
|
<u-button v-else="!hasLogin" plain size="mini" shape="circle" @click="toLoginPage">立即登录</u-button>
|
|
|
</view>
|