diff --git a/pages/template/long-list/long-list-page.uvue b/pages/template/long-list/long-list-page.uvue index 0996f7d876116de139fae5d0cc01c4d26e0f41dd..aab96e08882432184f7bff213978b55c87ab0fb8 100644 --- a/pages/template/long-list/long-list-page.uvue +++ b/pages/template/long-list/long-list-page.uvue @@ -11,7 +11,7 @@ {{item.plugin_intro}} - {{getStarUnicode(item.score)}} + {{convertToStarUnicode(item.score)}} {{item2}} @@ -109,7 +109,7 @@ }) }, // score 0 ~ 50 - getStarUnicode(score : Number) : string { + convertToStarUnicode(score : Number) : string { const fill_code = '\ue879' const half_code = '\ue87a' const null_code = '\ue87b'