yerong 4 лет назад
Родитель
Сommit
20c9fdc178
1 измененных файлов с 1 добавлено и 1 удалено
  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);
       }
     })
   },