|
@@ -88,13 +88,12 @@
|
|
|
</body>
|
|
|
|
|
|
<script>
|
|
|
-// 【風的通行證】已送出訊息通知
|
|
|
+// 「風」通行證 + 「港記酥皇」已送出訊息通知
|
|
|
function nft_sent_message() {
|
|
|
Swal.fire({
|
|
|
- title: '「火」通行證已送出',
|
|
|
icon: 'success',
|
|
|
confirmButtonColor: '#3085d6',
|
|
|
- html: '加入 Ark Cards 好友</p>點擊【我的NFT收藏】</p>即可收到「火」通行證'
|
|
|
+ html: '加入 Ark Cards 好友</p>點擊【我的NFT收藏】</p>即可收到「風」通行證 + 「港記酥皇」'
|
|
|
}).then((result) => {
|
|
|
if (result.isConfirmed) {
|
|
|
window.location.replace('https://liff.line.me/1645278921-kWRPP32q/?accountId=067ztnge');
|
|
@@ -119,13 +118,13 @@ $(".event-nft-send").click(function (e) {
|
|
|
console.log("您未登入");
|
|
|
console.log('context.userId = ' + context.userId); // test
|
|
|
|
|
|
- // 呼叫fastAPI,贈送【風的通行證】
|
|
|
+ // 呼叫fastAPI,贈送「風」通行證 + 「港記酥皇」
|
|
|
|
|
|
nft_sent_message();
|
|
|
} else {
|
|
|
console.log("您已登入");
|
|
|
|
|
|
- // 呼叫fastAPI,贈送【風的通行證】
|
|
|
+ // 呼叫fastAPI,贈送「風」通行證 + 「港記酥皇」
|
|
|
|
|
|
nft_sent_message();
|
|
|
}
|