diff --git a/pages/login/components/WhPopup.vue b/pages/login/components/WhPopup.vue index acd09f9..daa4680 100644 --- a/pages/login/components/WhPopup.vue +++ b/pages/login/components/WhPopup.vue @@ -4,7 +4,7 @@ - + @@ -81,7 +81,8 @@ data() { return { - // goodsInfo: {} + // 关闭弹窗后销毁 + isShow:false, } }, @@ -93,6 +94,7 @@ //禁止父元素滑动 }, getValue() { + this.isShow=true // #ifndef VUE3 return this.value; // #endif