Liuteng il y a 2 mois
Parent
commit
9e8dd1d25a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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) {