tangning 1 год назад
Родитель
Сommit
296fb8994b
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      src/views/feedback/index.vue

+ 1 - 2
src/views/feedback/index.vue

@@ -68,9 +68,8 @@
         if (err) {
           console.err(err);
         } else {
-          console.log(wx);
           wx.config({
-            debug: false, // 开启调试模式
+            debug: true, // 开启调试模式
             appId: data.appId,
             timestamp: data.timestamp,
             nonceStr: data.nonceStr,