fix: share token
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
@tap="selectTitle(title)"
|
@tap="selectTitle(title)"
|
||||||
>
|
>
|
||||||
<image
|
<image
|
||||||
:src="title.imageUrl"
|
:src="getTitleThumbUrl(title.imageUrl)"
|
||||||
class="title-cover"
|
class="title-cover"
|
||||||
mode="aspectFit"
|
mode="aspectFit"
|
||||||
/>
|
/>
|
||||||
@@ -933,6 +933,10 @@ const getThumbUrl = (url) => {
|
|||||||
return `${url}?imageView2/1/w/340/h/600/q/80`;
|
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) => {
|
const getTemplateContentList = async (isLoadMore = false) => {
|
||||||
if (loadingBlessings.value || (!hasMoreBlessings.value && isLoadMore)) return;
|
if (loadingBlessings.value || (!hasMoreBlessings.value && isLoadMore)) return;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user