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-12-03 16:31:29 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4e4d42fabff2fb0ad8f1edd679a3f556c17834f7
4e4d42fa
1 parent
9369a011
style(OrdersPage): 移除订单详情页中已注释的收货信息区块
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/profile/OrdersPage.vue
src/views/profile/OrdersPage.vue
View file @
4e4d42f
...
...
@@ -134,7 +134,7 @@
<span class="text-gray-500">订单金额</span>
<span class="font-medium text-green-600">¥{{ orderDetail.total_price }}</span>
</div>
<div class="border-t border-gray-100 pt-3 mt-3">
<
!-- <
div class="border-t border-gray-100 pt-3 mt-3">
<div class="text-gray-500 mb-2">收货信息</div>
<div class="space-y-2">
<div class="flex justify-between items-center">
...
...
@@ -154,7 +154,7 @@
<span class="font-medium">{{ orderDetail.receive_address }}</span>
</div>
</div>
</div>
</div>
-->
<div v-if="orderDetail.note" class="border-t border-gray-100 pt-3">
<div class="text-gray-500 mb-2">备注</div>
<div class="text-sm">{{ orderDetail.note }}</div>
...
...
Please
register
or
login
to post a comment