lrf402788946 před 4 roky
rodič
revize
2bdc151e95
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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(() => {