@@ -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);