Compare commits
No commits in common. "0e9dfb5d72fcd50d02a57d16a7dd3679872e8382" and "356a915953af2ca0d5f2d6b170a3e6d59dd00599" have entirely different histories.
0e9dfb5d72
...
356a915953
|
|
@ -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-18px flex items-center justify-between">
|
<div class="mt-28px 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,10 +41,6 @@
|
||||||
<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