This commit is contained in:
yanran200730
2022-07-29 14:55:13 +08:00
parent 9bb8fb4156
commit aa50b69879

View File

@@ -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) {