Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
jd-vx-app
Commits
0afadf95
Commit
0afadf95
authored
May 12, 2022
by
fwz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
挪车码详情车牌号车型为空展示空字符
parent
939975ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
9 deletions
+22
-9
loveCar.vue
pagesB/pages/move-car/loveCar.vue
+3
-3
moveCarDetail.vue
pagesB/pages/move-car/moveCarDetail.vue
+19
-6
No files found.
pagesB/pages/move-car/loveCar.vue
View file @
0afadf95
...
@@ -9,11 +9,11 @@
...
@@ -9,11 +9,11 @@
我的爱车
我的爱车
</div>
</div>
<div
class=
"love-car__list"
>
<div
class=
"love-car__list"
>
<div
class=
"love__item"
v-for=
"(vo,inx) in carList"
:key=
"inx"
@
click=
"goGetPrice(vo.id)"
>
<div
class=
"love__item"
v-for=
"(vo,inx) in carList"
:key=
"inx"
>
<div
class=
"itme__img"
>
<div
class=
"itme__img"
@
click=
"goGetPrice(vo.id)"
>
<image
src=
"@/static/move-car/love-car6.png"
/>
<image
src=
"@/static/move-car/love-car6.png"
/>
</div>
</div>
<div
class=
"item__title"
>
<div
class=
"item__title"
@
click=
"goGetPrice(vo.id)"
>
{{
vo
.
carNo
}}
{{
vo
.
carNo
}}
</div>
</div>
<div
class=
"item__edit"
@
click=
"editCar(vo.id)"
>
<div
class=
"item__edit"
@
click=
"editCar(vo.id)"
>
...
...
pagesB/pages/move-car/moveCarDetail.vue
View file @
0afadf95
...
@@ -58,11 +58,18 @@ export default {
...
@@ -58,11 +58,18 @@ export default {
let
list
=
[]
let
list
=
[]
list
.
push
({
title
:
"挪车码编号"
,
value
:
data
.
moveCode
})
list
.
push
({
title
:
"挪车码编号"
,
value
:
data
.
moveCode
})
list
.
push
({
title
:
"车牌号"
,
value
:
data
.
carNo
})
list
.
push
({
title
:
"车牌号"
,
value
:
data
.
carNo
})
list
.
push
({
title
:
"品牌"
,
value
:
data
.
brand
})
if
(
data
.
brand
){
list
.
push
({
title
:
"车型"
,
value
:
data
.
carModel
})
list
.
push
({
title
:
"品牌"
,
value
:
data
.
brand
})
}
else
{
list
.
push
({
title
:
"品牌"
,
value
:
""
})
}
if
(
data
.
carModel
){
list
.
push
({
title
:
"车型"
,
value
:
data
.
carModel
})
}
else
{
list
.
push
({
title
:
"车型"
,
value
:
""
})
}
list
.
push
({
title
:
"绑定手机号"
,
value
:
data
.
userMobile
})
list
.
push
({
title
:
"绑定手机号"
,
value
:
data
.
userMobile
})
this
.
items
=
list
this
.
items
=
list
console
.
log
(
this
.
items
)
}
}
})
})
},
},
...
@@ -77,10 +84,16 @@ export default {
...
@@ -77,10 +84,16 @@ export default {
title
:
'解绑成功'
,
title
:
'解绑成功'
,
icon
:
"success"
,
icon
:
"success"
,
});
});
this
.
getMyMoveCodeList
()
}
else
{
}
uni
.
showToast
({
title
:
res
.
data
.
msg
,
icon
:
"error"
,
});
}
this
.
unbindShow
=
false
this
.
goBack
()
})
})
this
.
unbindShow
=
false
},
},
cancelModal
(){
cancelModal
(){
this
.
unbindShow
=
false
this
.
unbindShow
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment