소스 검색

核销记录价格调整

kk.shi 3 년 전
부모
커밋
074f6bf459
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      pages/welfareMall/staff/distinguish.wxss
  2. 1 1
      pages/welfareMall/writeOff/writeOff.wxml

+ 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>