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
3d22d4d9
Commit
3d22d4d9
authored
Oct 14, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
商城修改
parent
30bd1aa7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
shop.vue
pages/shop.vue
+6
-2
No files found.
pages/shop.vue
View file @
3d22d4d9
...
@@ -19,7 +19,10 @@
...
@@ -19,7 +19,10 @@
<image
:src=
"getImage(vo.mainImgUrl)"
/>
<image
:src=
"getImage(vo.mainImgUrl)"
/>
</div>
</div>
<div
class=
"item2__title"
>
{{
vo
.
title
}}
</div>
<div
class=
"item2__title"
>
{{
vo
.
title
}}
</div>
<div
class=
"item2__price"
>
¥
{{
vo
.
currentPrice
/
100
}}
</div>
<div
class=
"item2__price"
>
¥
{{
vo
.
currentPrice
/
100
}}
<text
style=
"font-size: 22rpx;"
>
起
</text>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -34,7 +37,8 @@
...
@@ -34,7 +37,8 @@
{{
vo
.
title
}}
{{
vo
.
title
}}
</view>
</view>
<view
class=
"one_item_price"
>
<view
class=
"one_item_price"
>
¥
{{
vo
.
currentPrice
/
100
}}
¥
{{
vo
.
currentPrice
/
100
}}
<text
style=
"font-size: 22rpx;margin-right:4rpx;"
>
起
</text>
<span
class=
"num__two"
>
¥
{{
vo
.
originalPrice
/
100
}}
</span>
<span
class=
"num__two"
>
¥
{{
vo
.
originalPrice
/
100
}}
</span>
</view>
</view>
</view>
</view>
...
...
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