Ver Fonte

購買 (LIFF)

Mike há 3 anos atrás
pai
commit
2e28a4f7b7
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      ArkCard-web/shop.html

+ 2 - 2
ArkCard-web/shop.html

@@ -395,8 +395,8 @@ $(document).ready(function () {
             console.log("您已登入");
         }
 
-        // Qrcode頁面
-        get_data(context.userId);
+        // 購買頁面
+        shop(context.userId);
     })
     .catch((err) => {
         console.log('初始化失敗: ' + err.code + ", " + err.message);