소스 검색

「風」通行證

Mike 3 년 전
부모
커밋
fe24d68687
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      ArkCard-web/event.html

+ 1 - 3
ArkCard-web/event.html

@@ -112,8 +112,6 @@ function nft_event() {
     var jsonString = JSON.stringify(jsonInfo);
     console.log(jsonString);
 
-    $('#userId').text(context.userId);
-
     $.ajax({
         type: 'POST',
         url: 'https://ark.cards:8228/event',
@@ -187,7 +185,7 @@ $(document).ready(function () {
             return false;
         }
 
-        nft_event(userId);
+        nft_event();
     });
 });
 </script>