瀏覽代碼

fix: 隐藏温馨提示

carver 2 年之前
父節點
當前提交
5d8423a5ef

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

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

+ 2 - 0
antbuilder/industry/hospitalV2/components/appointment-result/index.js

@@ -153,10 +153,12 @@ Component({
 					},
 				} = this.$page.data;
 				await getSubscribeAuth();
+				my.showLoading();
 				cancelOrder({
 					orderId: query.orderId,
 					reason: "",
 				}).then(() => {
+					my.hideLoading();
 					this.orderDetail();
 				});
 			}

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

@@ -53,10 +53,10 @@
       </collapse>
     </view>
 
-    <view class="patient-msg">
+    <!-- <view class="patient-msg">
       <view>温馨提示:</view>
       如就诊卡已不再使用,您可以去医院窗口进行注销
-    </view>
+    </view> -->
 
     <view class="patient-button" onTap="openModal">删除就诊人</view>
   </view>

+ 2 - 2
antbuilder/industry/hospitalV2/components/select-card/index.axml

@@ -12,10 +12,10 @@
         </view>
         <view class="button" data-item="{{ item }}" onTap="onTap">选择</view>
       </view>
-      <view class="tips">
+      <!-- <view class="tips">
         <view>温馨提示:</view>
         <view>如就诊卡已不再使用,您可以去医院窗口进行注销</view>
-      </view>
+      </view> -->
     </view>
   </popup-container>
 </wrapper>

+ 2 - 1
config.by.prod.json

@@ -13,7 +13,8 @@
 			"debugNoCache": true,
 			"debugTemplateUuid": "",
 			"env": "prod",
-			"terminal": 24
+			"terminal": 24,
+			"miniVersion": "0.0.32"
 		}
 	}
 }

+ 2 - 1
config.by.qa.json

@@ -13,7 +13,8 @@
 			"debugNoCache": true,
 			"debugTemplateUuid": "",
 			"env": "qa",
-			"terminal": 24
+			"terminal": 24,
+			"miniVersion": "0.0.32"
 		}
 	}
 }

+ 2 - 1
config.json

@@ -13,7 +13,8 @@
 			"debugNoCache": true,
 			"debugTemplateUuid": "",
 			"env": "qa",
-			"terminal": 24
+			"terminal": 24,
+			"miniVersion": "0.0.32"
 		}
 	}
 }