|
|
@@ -30,7 +30,7 @@
|
|
|
<text class="item_price">学费:
|
|
|
<text class="price">
|
|
|
¥
|
|
|
- <text style="font-size: 40upx;padding-left: 10upx;">6800.00</text>
|
|
|
+ <text style="font-size: 40upx;padding-left: 10upx;">{{pageData.price}}</text>
|
|
|
</text>
|
|
|
</text>
|
|
|
<view class="confirm_btn" @click="confirm">确认</view>
|
|
|
@@ -197,7 +197,7 @@ export default{
|
|
|
width: 140px;
|
|
|
height: 50px;
|
|
|
line-height: 50upx;
|
|
|
- font-size: 20upx;
|
|
|
+ font-size: 24upx;
|
|
|
text-align: center;
|
|
|
background: #3385FF;
|
|
|
border: 1px solid #3385FF;
|