@@ -390,6 +390,15 @@ $(document).ready(function () {
} else {
console.log("您已登入");
collection(context.userId); // 收藏頁面
+
+ // 收藏頁面
+ collection(context.userId);
+ // 購買頁面
+ shop(context.userId);
+ // Qrcode頁面
+ get_data(context.userId);
}
})
.catch((err) => {