Selaa lähdekoodia

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

carver 1 vuosi sitten
vanhempi
commit
69dd85c68f

+ 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: {},
 		},