|
@@ -11,7 +11,7 @@
|
|
|
<view class="personal">
|
|
|
<view @click="toLogin" class="information">{{hasLogin? username : '立即登录' }}</view>
|
|
|
<view style='font-size:13px;color:#8F97AB;' class="information">{{starUserphone}}</view>
|
|
|
- <view @click='show=true' class="company"><image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png" mode=""></image> {{compName}}></view>
|
|
|
+ <view v-if='hasLogin' @click='show=true' class="company"><image class='icon' style='width:19px;height:19px;' src="../../static/img/icon_qiye@3x.png" mode=""></image> {{compName}}></view>
|
|
|
<u-picker @confirm='compconfirm' mode="selector" v-model="show" :range="companyList" range-key="compName"></u-picker>
|
|
|
</view>
|
|
|
</view>
|