Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
6e7812a1
authored
Jun 26, 2024
by
OnPeaceOfMind
Committed by
Gitee
Jun 26, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:
🐞
修复会员和售后退款中订和单明细查询传递参数错误
Signed-off-by: OnPeaceOfMind <onpeaceofmind@qq.com>
parent
36dc3c0b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/views/mall/trade/afterSale/index.vue
+1
-1
src/views/member/user/detail/UserOrderList.vue
+1
-1
No files found.
src/views/mall/trade/afterSale/index.vue
View file @
6e7812a1
...
...
@@ -246,7 +246,7 @@ const openAfterSaleDetail = (id: number) => {
/** 查看订单详情 */
const
openOrderDetail
=
(
id
:
number
)
=>
{
push
({
name
:
'TradeOrderDetail'
,
params
:
{
orderId
:
id
}
})
push
({
name
:
'TradeOrderDetail'
,
params
:
{
id
}
})
}
/** 商品图预览 */
...
...
src/views/member/user/detail/UserOrderList.vue
View file @
6e7812a1
...
...
@@ -267,7 +267,7 @@ const getList = async () => {
/** 查看订单详情 */
const
openDetail
=
(
id
:
number
)
=>
{
push
({
name
:
'TradeOrderDetail'
,
params
:
{
orderId
:
id
}
})
push
({
name
:
'TradeOrderDetail'
,
params
:
{
id
}
})
}
/** 初始化 **/
...
...
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