Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
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
张文文
6 years ago
Commit
9c436f1cb3ff3d9b0728e29cb07b7a3de584861a
1 parent
b81a2f52
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
apps/pages/single/ufoPassport/ufoPassport.vue
apps/pages/single/ufoPassport/ufoPassport.vue
View file @
9c436f1
...
...
@@ -93,13 +93,9 @@ export default {
},
mounted() {
this.fetchUfoShareIdentifyInfo(
{ tagId:
'7125317aa2c6010d4f80bb2fd07e02f6'
}
{ tagId:
this.$route.params.tagId
}
);
console.log(this.$route.params.tagId);
// { tagId: this.$route.params.tagId }
this.fetchUfoPassportProductList();
}
};
...
...
Please
register
or
login
to post a comment