src/components/mobilemap/index.vue
@@ -34,7 +34,7 @@ <!-- 控制↑ --> <!-- 控制大弹窗的弹窗 --> <!-- v-if="mBigPopupAfter" --> <mobilePopupOurAfter></mobilePopupOurAfter> <mobilePopupOurAfter ref="MobilePopupOurAfter"></mobilePopupOurAfter> <!-- 大弹窗 --> <mobilePopupOur :style="[bigPopup]" v-if="mBigPopup"></mobilePopupOur> <!-- 测试-跳转位置 --> @@ -438,6 +438,7 @@ }, handleCommand (command) { this.$refs.MobilePopupOurAfter.closeBigPopupAfter() this.setCampusValue(command.dictKey) },