浏览代码

fix: 医保正式环境测试,默认不使用个账进行支付

carver 1 年之前
父节点
当前提交
69dd85c68f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      antbuilder/industry/hospitalV2/components/hospital-payment-detail-yibao/index.js

+ 1 - 1
antbuilder/industry/hospitalV2/components/hospital-payment-detail-yibao/index.js

@@ -22,7 +22,7 @@ Component(
 			canPay: false,
 			prescriptionList: [],
 			actionsheetVisible: false,
-			isUserPersonalAccount: true,
+			isUserPersonalAccount: false, // 医保正式环境测试,默认不使用个账进行支付
 			isCulculate: false,
 			preConfirmInfo: {},
 		},