Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lea guo
2019-10-14 21:55:46 +0800
Commit
c464694f6032e02a1c2337ec9e7e705f1d6a68d0
1 parent
5d821c8d
订单详情页跳转商品闲情
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/order/order-detail/components/order-detail-item.vue
apps/pages/order/order-detail/components/order-detail-item.vue
View file @
c464694
...
...
@@ -38,8 +38,8 @@ export default {
toLinkParam() {
const { productId, storageId } = this.goodsInfo;
return {
name: "OrderSellConfirm",
query: { productId, storageId }
name: "ProductDetail",
params: { productId }
};
}
}
...
...
Please
register
or
login
to post a comment