xuqiang 4 лет назад
Родитель
Сommit
fbf59d77e5

+ 1 - 3
src/main/pc-space/src/views/AssetDetail.vue

@@ -423,7 +423,6 @@ export default {
             }
         },
         privilegeFn(init) {
-            // console.log(111);
             this.list2 = init;
             this.show4 = true;
             this.$http
@@ -436,7 +435,6 @@ export default {
                 });
         },
         privilegeFn2(init) {
-            // console.log(222);
             // this.list2 = init;
             // this.show4 = true;
             if (init.once && init.opened == false) {
@@ -474,7 +472,7 @@ export default {
                 })
                 .then(res => {
                     this.tableData = res;
-                    console.log(this.tableData);
+                    // console.log(this.tableData);
                 });
         },
         getDetail() {

+ 2 - 2
src/main/pc-space/src/views/CollectionDetail.vue

@@ -317,14 +317,14 @@ export default {
                     this.getRelated(res.ownerId);
                     if (res.assetId) {
                         this.$http.get('/asset/get/' + res.assetId).then(res => {
-                            console.log(res);
+                            // console.log(res);
                             this.$http
                                 .get('/asset/tokenHistory', {
                                     tokenId: res.tokenId,
                                     assetId: res.collectionId
                                 })
                                 .then(res => {
-                                    console.log(res);
+                                    // console.log(res);
                                     this.tableData = res;
                                 });
                         });