| | |
| | | import { getActivity } from '@/api/mobile/hd/hd' // 活动 |
| | | export default { |
| | | name: 'mobilePopupOurAfter', |
| | | |
| | | inject: ["mobileMapElement"], |
| | | |
| | | computed: { |
| | | ...mapGetters(['mBigPopupAfter']) |
| | | }, |
| | | |
| | | data () { |
| | | return { |
| | | choiceValue: '', |
| | |
| | | ], |
| | | // 全部调用数据 |
| | | openData1: [ |
| | | { name: '党群机构', type: 1, method: getList }, |
| | | { name: '党政机构', type: 1, method: getList }, |
| | | { name: '职能部处', type: 2, method: getList }, |
| | | { name: '直属及附属单位', type: 3, method: getList }, |
| | | { name: '教学与科研机构', type: 4, method: getList }, |
| | |
| | | { name: '行政办公', type: 1, method: getChildNavList }, |
| | | { name: '教学科研', type: 2, method: getChildNavList }, |
| | | { name: '校园场馆', type: 3, method: getChildNavList }, |
| | | { name: '宿舍公寓', type: 4, method: getChildNavList }, |
| | | { name: '校园宿舍', type: 4, method: getChildNavList }, |
| | | { name: '文化风景', type: 5, method: getChildNavList }, |
| | | { name: '家属住宅', type: 6, method: getChildNavList }, |
| | | { name: '其他楼宇', type: 7, method: getChildNavList } |
| | | // { name: '家属住宅', type: 6, method: getChildNavList }, |
| | | // { name: '其他楼宇', type: 7, method: getChildNavList } |
| | | ], |
| | | // openData3: [ |
| | | // { name: "食堂餐厅", type: 1, method: getListlivingFacilitiesr }, |
| | |
| | | methods: { |
| | | // 活动点击事件 |
| | | openHDPopup (val) { |
| | | console.log(val) |
| | | // 开启底部弹窗 关闭本弹窗 |
| | | const d = { |
| | | state: true, |