|
|
@@ -26,7 +26,7 @@ import { CellGroup, Cell, showFailToast, showToast } from 'vant'
|
|
|
import { fullloading } from '@/utils/vant';
|
|
|
import { useNavigation } from '@mobile/router/navigation'
|
|
|
import { useRequest } from '@/hooks/request'
|
|
|
-import { queryTencentUsereSignRecords, requestInitTencentESS } from '@/services/api/account';
|
|
|
+import { queryTencentUsereSignRecords, requestInitMdUserSwapProtocol } from '@/services/api/account';
|
|
|
import { useRequestCreateFlowByTemplateDirectly } from '@/business/user/account';
|
|
|
import plus from '@/utils/h5plus'
|
|
|
import { getUserId } from '@/services/methods/user'
|
|
|
@@ -55,13 +55,13 @@ const { run } = useRequest(queryTencentUsereSignRecords, {
|
|
|
dataList.value = res.data
|
|
|
} else {
|
|
|
/// 创建电子签合同
|
|
|
- initTencentESS()
|
|
|
+ initMdUserSwapProtocol()
|
|
|
}
|
|
|
}
|
|
|
})
|
|
|
|
|
|
/// 创建电子签合同
|
|
|
-const { run: initTencentESS } = useRequest(requestInitTencentESS, {
|
|
|
+const { run: initMdUserSwapProtocol } = useRequest(requestInitMdUserSwapProtocol, {
|
|
|
manual: true,
|
|
|
params: {
|
|
|
userId: getUserId(),
|