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
TaoHuang
2019-11-25 18:05:58 +0800
Commit
d7d1cf03de2f9c629eaaa582e209cf1e85801b57
1 parent
6223efec
fix(second): add pid
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
apps/pages/product/components/size-select-sheet.vue
apps/pages/product/components/size-select-sheet.vue
View file @
d7d1cf0
...
...
@@ -321,7 +321,10 @@ export default {
this.$router.push({
name: 'SecondSellList',
params: {
id: storageId
id: storageId,
},
query: {
pid: this.selectedProductInfo.productId
}
});
}
...
...
Please
register
or
login
to post a comment