ソースを参照

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

carver 2 年 前
コミット
602eb61cb4

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