소스 검색

商品详情修改

hwb0 3 년 전
부모
커밋
56feda2bae
1개의 변경된 파일8개의 추가작업 그리고 7개의 파일을 삭제
  1. 8 7
      packageGoods/goods/detail.vue

+ 8 - 7
packageGoods/goods/detail.vue

@@ -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;
 				}
 			}