Browse Source

qrcode scanner

Mike 3 năm trước cách đây
mục cha
commit
c2c26a323a
1 tập tin đã thay đổi với 9 bổ sung0 xóa
  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) => {