소스 검색

fix: 押金缴纳列表隐藏余额

carver 2 년 전
부모
커밋
602eb61cb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      antbuilder/industry/hospitalV2/components/deposit-list/index.axml

+ 1 - 1
antbuilder/industry/hospitalV2/components/deposit-list/index.axml

@@ -18,7 +18,7 @@
          </view>
          <view class="money">
           <text class="first">{{ detail.payTime }}</text>
-          <text class="second">余额:¥{{ detail.depositBalance }}</text>
+          <!-- <text class="second">余额:¥{{ detail.depositBalance }}</text> -->
         </view>
       </view>
     </view>