Compare commits

...

2 Commits

Author SHA1 Message Date
ihzero 34da0ebd61 Merge branch 'master' of https://gitea.hmily.club/haitu/aigc-h5 2023-08-28 15:39:27 +08:00
ihzero b6e26f107f 修改 2023-08-28 15:39:20 +08:00
1 changed files with 3 additions and 3 deletions

View File

@ -39,11 +39,11 @@
<van-divider class="!my-20px border-[#FFF4E0]" />
<div class="flex justify-between items-center text-31px text-[#232323]">
<div>字数上限</div>
<div>{{ formatNumber(data.equity.words) }}</div>
<div>{{ formatNumber(currentAttr.words) }}</div>
</div>
<div v-if="data.equity.article>0" class="flex justify-between items-center text-31px text-[#232323] mt-10px">
<div v-if="currentAttr.article>0" class="flex justify-between items-center text-31px text-[#232323] mt-10px">
<div>阅读文章</div>
<div>{{ data.equity.article=='unlimit' ?'无限制':`${data.equity.article}` }}</div>
<div>{{ currentAttr.article=='unlimit' ?'无限制':`${currentAttr.article}` }}</div>
</div>
<van-divider class="!my-20px border-[#FFF4E0]" />
<div