|
@@ -41,11 +41,11 @@
|
|
|
<!-- <button type="default">立即兑换</button> -->
|
|
|
<view class="footer-fixed-content__coin flex">
|
|
|
<text>我的盲豆:</text>
|
|
|
- <text>{{ initData.coinNum ? `${ initData.coinNum }颗` : '--' }}</text>
|
|
|
+ <text>{{ initData.coinNum ? `${ initData.coinNum }个` : '--' }}</text>
|
|
|
</view>
|
|
|
<view class="footer-fixed-content__exchange flex" @click="exChange">
|
|
|
+ <text>{{ info.exchangePrice }}个</text>
|
|
|
<text>盲豆兑换</text>
|
|
|
- <text>{{ info.exchangePrice }}颗</text>
|
|
|
</view>
|
|
|
<view class="footer-fixed-content__price flex" @click="purchase">
|
|
|
<text>立即购买</text>
|
|
@@ -427,14 +427,15 @@
|
|
|
color: #fff;
|
|
|
|
|
|
text {
|
|
|
- font-weight: bold;
|
|
|
- font-size: 30rpx;
|
|
|
- line-height: 40rpx;
|
|
|
+ font-weight: normal;
|
|
|
+ font-size: 26rpx;
|
|
|
}
|
|
|
|
|
|
text:last-child {
|
|
|
- font-weight: normal;
|
|
|
- font-size: 26rpx;
|
|
|
+
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 30rpx;
|
|
|
+ line-height: 40rpx;
|
|
|
}
|
|
|
}
|
|
|
|