Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-03-24 16:44:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f5aaebb10f3e3519f11aaaa935e68b5a6df6072a
f5aaebb1
1 parent
e7ac0553
refactor(CheckoutPage): 注释掉未使用的支付选项标签
为了提高代码可读性并减少冗余,注释掉CheckoutPage.vue中未使用的支付选项标签
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
src/views/checkout/CheckoutPage.vue
src/views/checkout/CheckoutPage.vue
View file @
f5aaebb
...
...
@@ -176,7 +176,7 @@
</svg>
</label>
<label class="flex items-center p-3 border border-gray-200 rounded-lg bg-white/50">
<
!-- <
label class="flex items-center p-3 border border-gray-200 rounded-lg bg-white/50">
<input
v-model="formData.paymentMethod"
type="radio"
...
...
@@ -188,9 +188,9 @@
<path d="M12,2C6.5,2 2,6.5 2,12s4.5,10 10,10s10,-4.5 10,-10S17.5,2 12,2zM12,20.5c-4.7,0 -8.5,-3.8 -8.5,-8.5S7.3,3.5 12,3.5s8.5,3.8 8.5,8.5S16.7,20.5 12,20.5z" />
<path d="M12,6c-3.3,0 -6,2.7 -6,6s2.7,6 6,6s6,-2.7 6,-6S15.3,6 12,6zM16,13h-3v3h-2v-3H8v-2h3V8h2v3h3V13z" />
</svg>
</label>
</label>
-->
<label class="flex items-center p-3 border border-gray-200 rounded-lg bg-white/50">
<
!-- <
label class="flex items-center p-3 border border-gray-200 rounded-lg bg-white/50">
<input
v-model="formData.paymentMethod"
type="radio"
...
...
@@ -205,7 +205,7 @@
<path d="M13,13h2v2h-2z" />
<path d="M17,13h2v2h-2z" />
</svg>
</label>
</label>
-->
</div>
</FrostedGlass>
...
...
Please
register
or
login
to post a comment