修复金币充值bug

This commit is contained in:
yanran200830
2024-11-06 10:49:56 +08:00
parent b1abecfb29
commit f3ad1604d8

View File

@@ -36,7 +36,6 @@
v-for="(price, i) in priceList"
:key="i"
@click="currIndex = i, getQrcode(price)">
<h3>{{ price.remark }}</h3>
<div class="price">
<i>¥</i>
<span>{{ price.price }}</span>
@@ -45,7 +44,7 @@
<i>¥</i>
<span>{{ price.originPrice }}</span>
</div>
<p>{{ price.coin }}/每年</p>
<p>{{ price.coin }}金币</p>
</div>
</div>
</div>
@@ -388,6 +387,7 @@
&__item {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
width: 140px;
height: 170px;