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-06-12 11:30:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b2d9013864f9a26bf4dbfc7395d9c5f7b48317e2
b2d90138
1 parent
b958ae71
fix(订单页面): 将订单号显示从pay_id改为id
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/profile/OrdersPage.vue
src/views/profile/OrdersPage.vue
View file @
b2d9013
...
...
@@ -115,7 +115,7 @@
<div v-if="orderDetail" class="p-4 space-y-3">
<div class="flex justify-between items-center">
<span class="text-gray-500">订单号</span>
<span class="font-medium">{{ orderDetail.
pay_
id }}</span>
<span class="font-medium">{{ orderDetail.id }}</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-500">订单状态</span>
...
...
Please
register
or
login
to post a comment