Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
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
poc
poc-fe
Commits
561a4e8b
Commit
561a4e8b
authored
Dec 17, 2024
by
tyyin lan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 礼包充值货币符号修改
parent
76bc84fb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
pay-sidebar.vue
src/views/equity/components/pay-sidebar.vue
+5
-5
No files found.
src/views/equity/components/pay-sidebar.vue
View file @
561a4e8b
...
@@ -230,21 +230,21 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
...
@@ -230,21 +230,21 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
</div>
</div>
<div
class=
"font-600 mt-[20px] text-[20px] text-[#482801]"
>
<div
class=
"font-600 mt-[20px] text-[20px] text-[#482801]"
>
{{
packageItem
.
currentPrice
}}
<span
class=
"text-[14px]"
>
CNY$
/
{{
t
(
'equity_module.month'
)
}}
</span>
{{
packageItem
.
currentPrice
}}
<span
class=
"text-[14px]"
>
¥
/
{{
t
(
'equity_module.month'
)
}}
</span>
</div>
</div>
<div
<div
v-show=
"currentSelectPackage === index"
v-show=
"currentSelectPackage === index"
class=
"mt-[6px] text-center text-[14px] text-[#482801] line-through"
class=
"mt-[6px] text-center text-[14px] text-[#482801] line-through"
>
>
{{
packageItem
.
originalPrice
}}
CNY$
{{
packageItem
.
originalPrice
}}
¥
</div>
</div>
<div
<div
v-show=
"currentSelectPackage !== index"
v-show=
"currentSelectPackage !== index"
class=
"absolute bottom-0 w-full bg-[#ffebd2] py-[6px] text-center text-[12px] text-[#9A5705]"
class=
"absolute bottom-0 w-full bg-[#ffebd2] py-[6px] text-center text-[12px] text-[#9A5705]"
>
>
{{
t
(
'equity_module.discounted'
)
}}{{
packageItem
.
discountedPrice
}}
CNY$
{{
t
(
'equity_module.discounted'
)
}}{{
packageItem
.
discountedPrice
}}
¥
</div>
</div>
<div
<div
...
@@ -320,7 +320,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
...
@@ -320,7 +320,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
<span
class=
"font-600 text-[16px]"
>
<span
class=
"font-600 text-[16px]"
>
{{
t
(
'common_module.alipay'
)
}}
{{
t
(
'equity_module.scan_code_payment'
)
}}
{{
t
(
'common_module.alipay'
)
}}
{{
t
(
'equity_module.scan_code_payment'
)
}}
<span
class=
"text-[24px] text-[#F25744]"
>
{{
currentPayPrice
}}
</span
<span
class=
"text-[24px] text-[#F25744]"
>
{{
currentPayPrice
}}
</span
>
CNY$
>
¥
</span>
</span>
</
template
>
</
template
>
<
template
v-else-if=
"currentPaymentMethod === 'wechatpay'"
>
<
template
v-else-if=
"currentPaymentMethod === 'wechatpay'"
>
...
@@ -328,7 +328,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
...
@@ -328,7 +328,7 @@ function handlePackageSwitch(packageKey: typeof currentSelectPackage.value, pric
<span
class=
"font-600 text-[16px]"
>
<span
class=
"font-600 text-[16px]"
>
{{
t
(
'common_module.wechat'
)
}}
{{
t
(
'equity_module.scan_code_payment'
)
}}
{{
t
(
'common_module.wechat'
)
}}
{{
t
(
'equity_module.scan_code_payment'
)
}}
<span
class=
"text-[24px] text-[#F25744]"
>
{{
currentPayPrice
}}
</span
<span
class=
"text-[24px] text-[#F25744]"
>
{{
currentPayPrice
}}
</span
>
CNY$
>
¥
</span>
</span>
</
template
>
</
template
>
</div>
</div>
...
...
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