|
|
@@ -21,6 +21,7 @@ export default {
|
|
|
this.getConfig()
|
|
|
const that = this
|
|
|
try {
|
|
|
+ console.log('测试测试ready')
|
|
|
wx.ready(function() {
|
|
|
console.log('测试2222')
|
|
|
wx.checkJsApi({
|
|
|
@@ -77,6 +78,7 @@ export default {
|
|
|
that.close()
|
|
|
alert('出错了👉' + res.errMsg) // wx.config配置错误,会弹出窗口哪里错误,然后根据微信文档查询即可。
|
|
|
})
|
|
|
+ console.log('测试测试wxConfig')
|
|
|
} catch (error) {
|
|
|
console.log(error)
|
|
|
}
|