wwopendata调用

This commit is contained in:
aixianling
2021-11-24 16:47:27 +08:00
parent fea3dcae5b
commit aa382f61d6

View File

@@ -8,6 +8,7 @@ export default {
}
},
onLaunch: function () {
this.repairWxSDK()
},
onShow: function () {
this.initWaterMarker()
@@ -29,6 +30,9 @@ export default {
cb && cb()
}
})
},
repairWxSDK() {
wx = jWeixin
}
},
}