Sign in
w-front-end
/
select_good
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
17a76609f5f83bdf4dbafbb81dcc7a254fe74fe0
Authored by
zhiyangdu
2020-12-17 13:58:24 +0800
1 parent
dbcb2e8e
填完地址不做任何操作
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/goodDetails/goodDetails.vue
View file @
17a7660
...
...
@@ -165,7 +165,7 @@ export default {
165
165
},
166
166
toLinkPointsMall () {
167
167
// 调用back返回上一页
168
-
this.back();
168
+
//
this.back();
169
169
// this.$router.push({
170
170
// path: '/pointsMall',
171
171
// query: {
...
...