Explorar el Código

Merge branch 'yuan' of panhui/lasuo_nft_front into dev

yuanyuan hace 3 años
padre
commit
0b1a8f9211
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Post.vue

+ 1 - 1
src/components/Post.vue

@@ -159,7 +159,7 @@ export default {
                     '9th/' + pageUrl + '?collectionId=' + id + '&invitor=' + this.$store.state.userInfo.id
                 );
             } else {
-                return resolveUrl(this.$baseUrl, '9th/' + pageUrl + '?id=' + id);
+                return resolveUrl(this.$baseUrl, '9th/' + pageUrl + '?collectionId=' + id);
             }
         },
         banners() {