Procházet zdrojové kódy

fix: 住院押金记录——缺省页文案改为“暂无记录”

carver před 2 roky
rodič
revize
1904c743d4

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

@@ -26,7 +26,7 @@
   </view>
   <view class="nodata" a:if="{{ hospitalList.length === 0 }}">
     <image class="image-detail" mode="scaleToFill" src="https://gw.alipayobjects.com/mdn/rms_e695cc/afts/img/A*53NkSYyUHVYAAAAAAAAAAAAAARQnAQ" class="nodata-img"/>
-    <view class="nodata-txt">当天没有住院明细</view>
+    <view class="nodata-txt">暂无记录</view>
   </view>
 
 </view>