shuishen
2022-02-26 c765784d2d2d4db55bfcb629cc3f6ec0b57dddcc
leafletMapOur/loginMap/js/vueMain.js
@@ -22,11 +22,15 @@
        resultFeedbackPopupShow: false,
        popupDisplay: "none",
        regionName: ''
        regionName: '',
    },
    methods: {
        getLocalPoliceStation () {
            window.parent.getRegionName(this.regionName)
            uni.postMessage({
                data: this.regionName
            })
        },
        getDataList () {
            var that = this
@@ -167,7 +171,8 @@
        }
    },
    created () { },
    created () {
    },
    mounted () {
        this.getDataList()
        this.getLocationData()