Ver código fonte

fix: 修改待就诊显示文案

carver 2 anos atrás
pai
commit
bf07ee414c

+ 1 - 1
antbuilder/industry/hospital/hooks/index.js

@@ -29,7 +29,7 @@ registerHooks({
 					code: ["code"],
 					// Http返回数据中的error message字段名称
 					msg: ["msg"],
-					miniVersion: globalExt.miniVersion || "0.0.55",
+					miniVersion: globalExt.miniVersion || "0.0.56",
 				});
 				monitor.setCommonInfo({
 					tag: this.globalData.appId,

+ 2 - 2
antbuilder/industry/hospitalV2/components/booking-detail/index.axml

@@ -32,8 +32,8 @@
           <view class="label">¥ {{result.amount || '-'}}</view>
         </view>
       </view>
-      <view a:if="{{type === '未支付'}}" slot="content" class="not-pay-attention">
-        <am-icon type="warn_" size="20" color="#ff6010" />
+      <view a:if="{{type === '未支付' || type === '待就诊'}}" slot="content" class="not-pay-attention">
+        <am-icon a:if="{{ hospitalInfo && hospitalInfo.offLinePayNotice }}" type="warn_" size="20" color="#ff6010" />
         <text class="attention-text">{{hospitalInfo.offLinePayNotice}}</text>
       </view>
     </title-layout>

+ 1 - 1
config.by.prod.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "prod",
 			"terminal": 24,
-			"miniVersion": "0.0.55"
+			"miniVersion": "0.0.56"
 		}
 	}
 }

+ 1 - 1
config.by.qa.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.55"
+			"miniVersion": "0.0.56"
 		}
 	}
 }

+ 1 - 1
config.json

@@ -14,7 +14,7 @@
 			"debugTemplateUuid": "",
 			"env": "qa",
 			"terminal": 24,
-			"miniVersion": "0.0.55"
+			"miniVersion": "0.0.56"
 		}
 	}
 }