diff --git a/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue b/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue index 1785ec2a..645eb819 100644 --- a/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue +++ b/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue @@ -52,12 +52,6 @@ export default { }, getLocation () { - alert(111) - this.agentSign({ - corpId: this.wxwork.config.corpId, - suiteId: this.wxwork.config.suiteId - }).then(() => { - alert(222) this.injectJWeixin(['getLocation']).then(() => { alert(232432) wx.getLocation({ @@ -88,10 +82,6 @@ export default { }).catch(e => { alert(JSON.stringify(e)) }) - }).catch(e => { - - alert(JSON.stringify(e)) - }) }, getWeather (code) {