This commit is contained in:
Mrx
2026-02-28 12:00:02 +08:00
parent 9937097d7c
commit b2da12f3ed
36 changed files with 2964 additions and 33 deletions

View File

@@ -12,11 +12,7 @@ const featureData = ref({});
onMounted(async () => {
isFinishPayment();
await getProduct();
// 检查是否为婚姻查询页面,如果是则显示升级通知
if (feature.value === 'marriage') {
showMarriageUpgradeNotice();
}
});
function isFinishPayment() {

View File

@@ -32,7 +32,7 @@ onMounted(() => {
title: '404 - 页面未找到 | 天远数据',
description: '抱歉,您访问的页面不存在。天远数据专业大数据风险管控平台,提供大数据风险报告查询、婚姻状况查询、个人信用评估等服务。',
keywords: '404, 页面未找到, 天远数据, 大数据风险管控',
url: 'https://www.zhinengcha.cn/404'
url: 'https://www.tianyuandb.com/404'
})
})
</script>

View File

@@ -93,8 +93,8 @@ const reportTypes = [
{ text: "个人大数据", value: "personaldata", id: 27 },
{ text: '入职风险', value: 'backgroundcheck', id: 1 },
{ text: '家政风险', value: 'homeservice', id: 3 },
// { text: '婚恋风险', value: 'marriage', id: 4 },
// { text: '租赁风险', value: 'rentalrisk', id: 6 },
{ text: '婚恋风险', value: 'marriage', id: 4 },
{ text: '租赁风险', value: 'rentalrisk', id: 6 },
];
const showTypePicker = ref(false);