Ver Fonte

qrcode scanner

Mike há 3 anos atrás
pai
commit
c2c26a323a
1 ficheiros alterados com 9 adições e 0 exclusões
  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) => {