|
@@ -254,7 +254,10 @@ const agreeClick = async () => {
|
|
|
smsCode.value = ''
|
|
|
popupType.value = 2
|
|
|
} else {
|
|
|
- const {error, code, msg, data} = await checkFlowUserIsExistPfxFile()
|
|
|
+ const {error, code, msg, data} = await checkFlowUserIsExistPfxFile({
|
|
|
+ projectId: projectId.value,
|
|
|
+ contractId: contractId.value,
|
|
|
+ })
|
|
|
if (!error && code === 200 && data === true) {
|
|
|
const showAuth = isCheckSmsCodeTime()
|
|
|
if (showAuth) {
|