Quellcode durchsuchen

活動頁修改

Mike vor 3 Jahren
Ursprung
Commit
1c5e82c734
1 geänderte Dateien mit 4 neuen und 5 gelöschten Zeilen
  1. 4 5
      ArkCard-web/event.html

+ 4 - 5
ArkCard-web/event.html

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