|
@@ -161,16 +161,16 @@ function get_data(collectuserid='') {
|
|
|
});
|
|
|
}
|
|
|
|
|
|
-$(document).ready(function () {
|
|
|
-
|
|
|
- collection(collectuserid);
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
-
|
|
|
- shop(collectuserid);
|
|
|
+
|
|
|
+
|
|
|
|
|
|
-
|
|
|
- get_data(collectuserid);
|
|
|
-});
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
|
|
|
$(".buybox").hide();
|
|
|
$(document).on("click", ".nftmall", function (event) {
|