Liuteng hace 2 meses
padre
commit
9e8dd1d25a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app.js

+ 1 - 1
app.js

@@ -5,7 +5,7 @@ import {
 
 import authorize from "./utils/authorize"
 App({
-    onLaunch() {
+    onLaunch() { 
         // 登录
         let publicId = wx.getStorageSync("PUBLIC_ID")
         if (!publicId || !publicId.openid || !publicId.unionid) {