Răsfoiți Sursa

显示优化

shish 3 ani în urmă
părinte
comite
0a965ab63f
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      ghsApp/src/admin/clear/customInfo.vue

+ 2 - 2
ghsApp/src/admin/clear/customInfo.vue

@@ -56,14 +56,14 @@
 									<text class="item-name">{{ s.orderSn }} 时间 {{s.addTime ? s.addTime.substr(5,11):''}}</text>
 									<text class="item-price">
 										<text class="unit">¥</text>
-										<text class="price">{{ s.orderPrice?parseFloat(s.orderPrice):0 }}</text>
+										<text class="price">{{ s.actPrice?parseFloat(s.actPrice):0 }}</text>
 									</text>
 								</view>
 								<view class="info-line">
 									<text class="item-type">
 										<text v-if="Number(s.bigNum)>0">{{s.bigNum}}扎</text>
 										<text v-if="Number(s.smallNum)>0">{{s.smallNum}}支</text>
-										<text style="margin-left:20upx;color:red;font-weight:bold;" v-if="Number(s.tkPrice)>0">退款¥{{parseFloat(s.tkPrice)}} 实付¥{{parseFloat(s.actPrice)}}</text>
+										<text style="margin-left:20upx;color:red;font-weight:bold;" v-if="Number(s.tkPrice)>0">退款¥{{parseFloat(s.tkPrice)}}</text>
 									</text>
 									<text class="item-count" style="color: #3385ff;">查看明细</text>
 								</view>