Ver Fonte

分享优化

yuany há 3 anos atrás
pai
commit
26453c7a3b
1 ficheiros alterados com 1 adições e 1 exclusões
  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() {