lrf402788946 4 vuotta sitten
vanhempi
commit
2bdc151e95
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5 0
      src/layout/common/share.vue

+ 5 - 0
src/layout/common/share.vue

@@ -58,6 +58,7 @@ export default {
           console.log('in ready');
         });
         this.$wx.error(res => {
+          console.log('config 有问题');
           console.log(res);
         });
       }
@@ -80,6 +81,10 @@ export default {
           },
         });
       });
+      this.$wx.error(res => {
+        console.log('share 有问题');
+        console.log(res);
+      });
     },
     async toImg() {
       this.$wx.ready(() => {