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
bf0a3ea7dafb3fc8325defa57d6a13f9eab08b59
Authored by
zhiyangdu
2020-12-14 19:49:58 +0800
1 parent
b2fc8dd4
商品详情页销毁隐藏弹层
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
src/pages/goodDetails/goodDetails.vue
src/pages/goodDetails/goodDetails.vue
View file @
bf0a3ea
...
...
@@ -438,6 +438,10 @@ export default {
438
438
});
439
439
}
440
440
}
441
+ },
442
+ destroyed () {
443
+ // 隐藏通用浮层
444
+ this.$parent.$refs.showModal.hideLayer();
441
445
}
442
446
}
443
447
</script>
...
...