Browse Source

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

carver 2 years ago
parent
commit
602eb61cb4
1 changed files with 1 additions and 1 deletions
  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>