Vue calls Wechat's own map interface, and the call is successful, but the map is not displayed on the page, how to make it displayed, using the Wechat developer tool?

< section class= "map" @ click= "getLocation ()" >
< / section >

getLocation () {

wx.getLocation({
    type: "gcj02", 
    success: function (res) {
        wx.openLocation({
            latitude: res.latitude, 
            longitude: res.longitude, 
            name: "", 
            address: "", 
            scale: 14, 
            infoUrl: "http://www.baidu.com"
        })
    },
    cancel: function (res) {
         alert("");
    }
})    

}


how to solve it?

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2b581-2ba9d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2b581-2ba9d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?