@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user