Browse Source

收藏頁面

Mike 3 năm trước cách đây
mục cha
commit
5182eb7cad
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      ArkCard-web/goto.js

+ 3 - 1
ArkCard-web/goto.js

@@ -23,6 +23,8 @@ $(document).on("click", ".close", function (event) {
 function collection(collectuserid='') {
   console.log('Call collection(' + collectuserid + ')'); // test
 
+  var collectcontent = '';
+
   $.ajax({
     method: "GET",
     url: "https://ark.cards:8228/collection/" + collectuserid + "",
@@ -60,7 +62,7 @@ function collection(collectuserid='') {
           </div>';
       }
     }
-    
+
     $('.sec05-moblie-container').html(collectcontent);
   });
 }