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-11 20:59:01 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebceeb8cc699271edf107f5f18b0b922e899793a
ebceeb8c
1 parent
05564db0
fix(订单页面): 将订单号显示字段从id改为pay_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 @
ebceeb8
...
...
@@ -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.id }}</span>
<span class="font-medium">{{ orderDetail.
pay_
id }}</span>
</div>
<div class="flex justify-between items-center">
<span class="text-gray-500">订单状态</span>
...
...
Please
register
or
login
to post a comment