diff --git a/pages/make/index.vue b/pages/make/index.vue index e7a242f..71466f7 100644 --- a/pages/make/index.vue +++ b/pages/make/index.vue @@ -154,7 +154,7 @@ @tap="selectTitle(title)" > @@ -933,6 +933,10 @@ const getThumbUrl = (url) => { return `${url}?imageView2/1/w/340/h/600/q/80`; }; +const getTitleThumbUrl = (url) => { + return `${url}?imageView2/2/w/200/h/200/q/80`; +}; + const getTemplateContentList = async (isLoadMore = false) => { if (loadingBlessings.value || (!hasMoreBlessings.value && isLoadMore)) return;