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,7 +36,6 @@ | ||
| 36 | </div> | 36 | </div> |
| 37 | <!-- 筛选 --> | 37 | <!-- 筛选 --> |
| 38 | <div | 38 | <div |
| 39 | - @close="closePopup" | ||
| 40 | @click="onScreen" | 39 | @click="onScreen" |
| 41 | class="screen_box" | 40 | class="screen_box" |
| 42 | > | 41 | > |
| @@ -101,6 +100,7 @@ | @@ -101,6 +100,7 @@ | ||
| 101 | </van-popup> | 100 | </van-popup> |
| 102 | <!-- 右侧弹出筛选订单 --> | 101 | <!-- 右侧弹出筛选订单 --> |
| 103 | <van-popup | 102 | <van-popup |
| 103 | + @close="closePopup" | ||
| 104 | class="screenPopup" | 104 | class="screenPopup" |
| 105 | v-model="popupShow" | 105 | v-model="popupShow" |
| 106 | position="right" | 106 | position="right" |