SanHQin 2 月之前
父节点
当前提交
758405a6c1

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 1 - 1
dist/report.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/chunk-28f4daee.5ede80b5.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.0105515a.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/chunk-28f4daee.480db1c1.js


+ 2 - 0
src/components/weChatQrcode.vue

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

部分文件因为文件数量过多而无法显示