Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
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
viitto
million
Commits
7f98d752
Commit
7f98d752
authored
Mar 16, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
423cbea7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
detailsCar.vue
src/pages/detailsCar.vue
+4
-5
No files found.
src/pages/detailsCar.vue
View file @
7f98d752
...
...
@@ -29,7 +29,7 @@
class=
"col product-price text-subtitle1 text-weight-bold"
style=
"text-align: left"
>
<span
v-if=
"
dataList&&dataList.MinPrice"
>
{{
dataList
.
CurrencyCode
}}
{{
moneyFormat
(
dataList
.
Min
Price
,
0
)
}}
</span>
<span
v-if=
"
priceList.length>0&&priceList[0].originalB2CPrice"
>
CNY
{{
moneyFormat
(
priceList
[
0
].
originalB2C
Price
,
0
)
}}
</span>
<span
class=
"q-ml-sm f12 text-grey-7"
>
起
</span>
</span>
<q-btn
...
...
@@ -174,9 +174,8 @@
$q.platform.is.mobile,
}"
>
<div
class=
"product-price text-h6"
v-if=
"dataList.MinPrice > 0"
>
<!-- CNY:
{{
dataList
.
}}
-->
{{
dataList
.
CurrencyCode
}}
:
{{
moneyFormat
(
dataList
.
MinPrice
,
0
)
}}
<div
class=
"product-price text-h6"
v-if=
"priceList.length>0&&priceList[0].originalB2CPrice > 0"
>
CNY:
{{
moneyFormat
(
priceList
[
0
].
originalB2CPrice
,
0
)
}}
<span
class=
"f12 text-grey-6"
>
起
</span>
</div>
<div
v-else
class=
"text-subtitle1 text-grey-6"
>
暫無報價
</div>
...
...
@@ -317,7 +316,7 @@
<div
class=
""
v-if=
"$q.platform.is.desktop"
>
<div
class=
"row items-center"
>
<span
class=
"product-price text-h6 q-mr-md"
>
{{
dataList
.
CurrencyCode
}}
>
CNY
{{
moneyFormat
(
priceList
[
0
].
originalB2CPrice
,
0
)
}}
</span
...
...
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