张田田 1 giorno fa
parent
commit
bc76a41ae7
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      miniprogram/pages/home/home.ts

+ 1 - 0
miniprogram/pages/home/home.ts

@@ -175,6 +175,7 @@ Page({
     }
   },
   async onLoad(options) {
+    console.log(options, "options")
     appUpdate();
     const query = useRouteQuery(options.scene!);
     if (query.ys) wx.setStorageSync("doctorId", query.ys);