Commit bf0a3ea7dafb3fc8325defa57d6a13f9eab08b59

Authored by zhiyangdu
1 parent b2fc8dd4

商品详情页销毁隐藏弹层

src/pages/goodDetails/goodDetails.vue
... ... @@ -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>
... ...