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
21c9cba6
authored
Jul 07, 2024
by
芋道源码
Committed by
Gitee
Jul 07, 2024
Browse files
Options
Browse Files
Download
Plain Diff
!466 fix: 修复会员和售后退款中订和单明细查询传递参数错误
Merge pull request !466 from OnPeaceOfMind/dev
parents
6f86ea96
6e7812a1
Show 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 @
21c9cba6
...
...
@@ -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 @
21c9cba6
...
...
@@ -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