Selaa lähdekoodia

核销记录价格调整

kk.shi 3 vuotta sitten
vanhempi
commit
074f6bf459

+ 1 - 1
pages/welfareMall/staff/distinguish.wxss

@@ -1,7 +1,7 @@
 /* pages/welfareMall/staff/distinguish.wxss */
 page{
   height: 100%;
-  background-color: #13234D;
+  background-color: #12234e;
 }
 .distinguish{
   width: 100%;

+ 1 - 1
pages/welfareMall/writeOff/writeOff.wxml

@@ -42,7 +42,7 @@
     <view class="content-line line-lower"></view>
     <view class="content-lower-store flex-row">
       <view class="lower-date">核销门店 {{item.storeNo}}</view>
-      <view class="lower-money">¥{{item.payedPrice}}</view>
+      <view class="lower-money">¥{{item.formatPayedPrice?item.formatPayedPrice:'0'}}</view>
     </view>
     <view class="content-lower-date flex-row">
       <view class="lower-date">核销时间 {{item.usedTime?item.usedTime: ''}}</view>