yerong 4 lat temu
rodzic
commit
20c9fdc178
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/index/index.vue

+ 1 - 1
src/pages/index/index.vue

@@ -138,7 +138,7 @@ export default {
   mounted() {
     wx.login({
       success(res){
-        console.log(res)
+        console.log(res);
       }
     })
   },