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
c3092075
Commit
c3092075
authored
Jan 23, 2025
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文字修改
parent
6b0c29f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
detailsProduct.vue
src/pages/detailsProduct.vue
+3
-3
No files found.
src/pages/detailsProduct.vue
View file @
c3092075
...
...
@@ -88,7 +88,7 @@
CNY:{{ moneyFormat(dataList.priceList[0].originalB2CPrice, 0) }}
<span
class=
"f12 text-grey-6"
>
起
</span>
</div>
<div
v-else
class=
"text-subtitle1 text-grey-6"
>
暫無報價
</div>
<div
v-else
class=
"text-subtitle1 text-grey-6"
>
無報價方案
</div>
<q-btn
color=
"primary"
label=
"選擇方案"
unelevated
:disable=
"dataList.priceList.length > 0 ? false : true"
@
click=
"goScrollHandler(priceListHeight)"
:class=
"{ 'q-mt-md full-width': $q.platform.is.desktop }"
/>
</div>
...
...
@@ -364,9 +364,9 @@
style=
"border: 1px dashed var(--q-color-warning)"
:class=
"{
'q-mx-md': $q.screen.width < 1220 && $q.platform.is.mobile,
}"
>
<div
class=
"text-weight-bold fz18 q-mb-md"
>
簽
字
須知
</div>
<div
class=
"text-weight-bold fz18 q-mb-md"
>
簽
證
須知
</div>
<div
v-html=
"
dataList.feature.visaRemark ? dataList.feature.visaRemark : '暫無簽
字
須知'
dataList.feature.visaRemark ? dataList.feature.visaRemark : '暫無簽
證
須知'
"
></div>
</div>
<div
class=
"text-h5 text-weight-bold text-left q-mt-xl"
ref=
"tips"
:class=
"{
...
...
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