소스 검색

qrcode scanner

Mike 3 년 전
부모
커밋
c2c26a323a
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  1. 9 0
      ArkCard-web/collect.html

+ 9 - 0
ArkCard-web/collect.html

@@ -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) => {