master
parent
4b1e5a85b0
commit
c6cb12db71
|
|
@ -13,7 +13,7 @@
|
||||||
<span class="text-[#19191A] ml-28px text-39px font-bold">元</span>
|
<span class="text-[#19191A] ml-28px text-39px font-bold">元</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="px-50px">
|
<div class="px-50px">
|
||||||
<div class="mt-28px flex items-center justify-between">
|
<div class="mt-18px flex items-center justify-between">
|
||||||
<div
|
<div
|
||||||
v-if="currentAttr.discount"
|
v-if="currentAttr.discount"
|
||||||
class="bg-[#E73434] text-white text-28px font-bold rounded-4px px-18px h-43px flex items-center"
|
class="bg-[#E73434] text-white text-28px font-bold rounded-4px px-18px h-43px flex items-center"
|
||||||
|
|
@ -41,6 +41,10 @@
|
||||||
<div>字数上限</div>
|
<div>字数上限</div>
|
||||||
<div>{{ formatNumber(data.equity.words) }}</div>
|
<div>{{ formatNumber(data.equity.words) }}</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="data.equity.article>0" class="flex justify-between items-center text-31px text-[#232323] mt-10px">
|
||||||
|
<div>阅读文章</div>
|
||||||
|
<div>{{ data.equity.article>=999999?'无限制':`${data.equity.article}篇` }}</div>
|
||||||
|
</div>
|
||||||
<van-divider class="!my-20px border-[#FFF4E0]" />
|
<van-divider class="!my-20px border-[#FFF4E0]" />
|
||||||
<div
|
<div
|
||||||
class="text-[#886E43] text-35px font-bold"
|
class="text-[#886E43] text-35px font-bold"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue