1
This commit is contained in:
parent
fd7320419b
commit
b1c55702cb
@ -110,25 +110,8 @@
|
||||
one: 0,
|
||||
two: 0,
|
||||
three: 0,
|
||||
gindex: 3,
|
||||
orderList: [
|
||||
{
|
||||
licenseNum: '鲁A8L2P8',
|
||||
connectionName: '孙强',
|
||||
connectionPhone: '13589497326',
|
||||
createTime: '2024-08-21 08:42:25',
|
||||
rescuePosition: '山东省济南市山东省济南市山东省济南市山东省济南市山东省济南市',
|
||||
kcPosition: '蓝安集团'
|
||||
},
|
||||
{
|
||||
licenseNum: '鲁A8L2P8',
|
||||
connectionName: '孙强',
|
||||
connectionPhone: '13589497326',
|
||||
createTime: '2024-08-21 08:42:25',
|
||||
rescuePosition: '山东省济南市山东省济南市山东省济南市山东省济南市山东省济南市',
|
||||
kcPosition: '蓝安集团'
|
||||
}
|
||||
],
|
||||
gindex: 9,
|
||||
orderList: [],
|
||||
licenseNum: '',
|
||||
rescueStatus: '',
|
||||
total: 0,
|
||||
|
@ -16,7 +16,7 @@
|
||||
<image :src=" baseUrl +userinfo.avatar " class="tximg" mode="" v-if="userinfo.avatar"></image>
|
||||
</u-upload>
|
||||
</view>
|
||||
<view class="c-title" v-if="userinfo" @click="gologin">立即登录</view>
|
||||
<view class="c-title" v-if="!userinfo" @click="gologin">立即登录</view>
|
||||
<view class="c-title" v-else>
|
||||
<view style="display: flex; align-items: center;">
|
||||
<text>{{userinfo.realName || '用户昵称'}}</text>
|
||||
|
Loading…
Reference in New Issue
Block a user