Commit c89b31bd by LJM

css

parent 767e997a
Showing with 3 additions and 1 deletions
......@@ -11,7 +11,9 @@
<text class="t1">欢迎您,{{ userInfo.user_info.mobile }}</text>
<text class="t2 row rowCenter verCenter">个人</text>
</view>
<view class="company" v-if="userInfo.user_info.user_type == 1"><image src="https://img.ichunt.com/images/ichunt/202305/19/8645c77def093657ad5ae66b4af6cad4.png"></image></view>
<template v-if="userInfo.user_info">
<view class="company" v-if="userInfo.user_info.user_type == 1"><image src="https://img.ichunt.com/images/ichunt/202305/19/8645c77def093657ad5ae66b4af6cad4.png"></image></view>
</template>
<view class="user-center">
<navigator class="box column rowCenter verCenter" url="/user/shoporder" hover-class="none">
<image src="../../static/order.png"></image>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment