!11 修改会员信息

Merge pull request !11 from juanmao2009/label
This commit is contained in:
juanmao2009
2024-11-06 02:52:47 +00:00
committed by Gitee

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;