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
703eca84
Commit
703eca84
authored
May 10, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug014修改
parent
3edd6b21
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
getCarCode.vue
pagesA/pages/index/getCarCode.vue
+14
-2
No files found.
pagesA/pages/index/getCarCode.vue
View file @
703eca84
...
@@ -36,10 +36,10 @@
...
@@ -36,10 +36,10 @@
<image
:src=
"vo.img"
/>
<image
:src=
"vo.img"
/>
</div>
-->
</div>
-->
<div
class=
"list__money"
>
<div
class=
"list__money"
>
<div
class=
"money__title"
>
<div
class=
"money__title
clamp2
"
>
<text>
{{
vo
.
title
}}
</text>
<text>
{{
vo
.
title
}}
</text>
</div>
</div>
<div
class=
"code__tips"
>
<div
class=
"code__tips
clamp1
"
>
<text>
{{
vo
.
spec
}}
</text>
<text>
{{
vo
.
spec
}}
</text>
</div>
</div>
<div
class=
"money__num"
>
<div
class=
"money__num"
>
...
@@ -89,6 +89,9 @@
...
@@ -89,6 +89,9 @@
<div
v-else
class=
"add__address"
@
click=
"addAddress"
>
<div
v-else
class=
"add__address"
@
click=
"addAddress"
>
<image
src=
"@/static/index/get-car-code5.png"
>
添加收货地址
<image
src=
"@/static/index/get-car-code5.png"
>
添加收货地址
</div>
</div>
<view
class=
"fiexd_foot"
>
</view>
</div>
</div>
</div>
</div>
<u-modal
:show=
"show"
:content=
'content'
@
confirm=
'show = false'
></u-modal>
<u-modal
:show=
"show"
:content=
'content'
@
confirm=
'show = false'
></u-modal>
...
@@ -536,6 +539,15 @@ export default {
...
@@ -536,6 +539,15 @@ export default {
margin-right
:
20rpx
;
margin-right
:
20rpx
;
}
}
}
}
.fiexd_foot
{
position
:
fixed
;
left
:
0
;
bottom
:
114rpx
;
width
:
100%
;
height
:
90rpx
;
background
:
#f9f9f9
;
}
.content__code
{
.content__code
{
padding
:
28rpx
;
padding
:
28rpx
;
...
...
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