Commit 9584f38a70eb2e62eb261087bbc47a943d60ae48
1 parent
8595df66
隐藏im聊天窗口
Showing
1 changed file
with
1 additions
and
1 deletions
src/pages/myGiftBox/myGiftBox.vue
| ... | ... | @@ -36,7 +36,6 @@ |
| 36 | 36 | </div> |
| 37 | 37 | <!-- 筛选 --> |
| 38 | 38 | <div |
| 39 | - @close="closePopup" | |
| 40 | 39 | @click="onScreen" |
| 41 | 40 | class="screen_box" |
| 42 | 41 | > |
| ... | ... | @@ -101,6 +100,7 @@ |
| 101 | 100 | </van-popup> |
| 102 | 101 | <!-- 右侧弹出筛选订单 --> |
| 103 | 102 | <van-popup |
| 103 | + @close="closePopup" | |
| 104 | 104 | class="screenPopup" |
| 105 | 105 | v-model="popupShow" |
| 106 | 106 | position="right" | ... | ... |