1
This commit is contained in:
parent
fd7320419b
commit
b1c55702cb
@ -110,25 +110,8 @@
|
|||||||
one: 0,
|
one: 0,
|
||||||
two: 0,
|
two: 0,
|
||||||
three: 0,
|
three: 0,
|
||||||
gindex: 3,
|
gindex: 9,
|
||||||
orderList: [
|
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: '蓝安集团'
|
|
||||||
}
|
|
||||||
],
|
|
||||||
licenseNum: '',
|
licenseNum: '',
|
||||||
rescueStatus: '',
|
rescueStatus: '',
|
||||||
total: 0,
|
total: 0,
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<image :src=" baseUrl +userinfo.avatar " class="tximg" mode="" v-if="userinfo.avatar"></image>
|
<image :src=" baseUrl +userinfo.avatar " class="tximg" mode="" v-if="userinfo.avatar"></image>
|
||||||
</u-upload>
|
</u-upload>
|
||||||
</view>
|
</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 class="c-title" v-else>
|
||||||
<view style="display: flex; align-items: center;">
|
<view style="display: flex; align-items: center;">
|
||||||
<text>{{userinfo.realName || '用户昵称'}}</text>
|
<text>{{userinfo.realName || '用户昵称'}}</text>
|
||||||
|
Loading…
Reference in New Issue
Block a user