shish 1 долоо хоног өмнө
parent
commit
5b97fa6e92

+ 1 - 1
ghsApp/src/pagesPurchase/details.vue

@@ -198,7 +198,7 @@
 		</view>
 		<view class="under-bar">
 			<view class="price-view">
-				<text class="price-title">金额 ¥{{ modifyPrice?parseFloat(modifyPrice) : 0 }} 总成本 ¥{{ totalCost?parseFloat(totalCost) : 0 }}</text>
+				<text class="price-title">应付 <text style="font-size: 30upx;color:red;font-weight:bold;margin-left:10upx;margin-right:20upx;">¥{{ modifyPrice?parseFloat(modifyPrice) : 0 }}</text> 总成本 <text style="font-size: 30upx;font-weight:bold;margin-left:10upx;color:green;">¥{{ totalCost?parseFloat(totalCost) : 0 }}</text></text>
 			</view>
 			<button v-if="location == 0" class="admin-button-com blue big" @click="formSubmit(0)">下一步</button>
 			<button v-else class="admin-button-com blue big" @click="formSubmit(1)">确认提交</button>