master
parent
4969c25442
commit
b6e26f107f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue