diff --git a/src/assets/main.css b/src/assets/main.css
index 074b6a2..09ef77a 100644
--- a/src/assets/main.css
+++ b/src/assets/main.css
@@ -24,3 +24,6 @@ a,
.card {
@apply shadow rounded-xl bg-white p-6;
}
+.ltitle {
+ @apply mx-auto mt-2 w-64 border rounded-3xl bg-gradient-to-r from-blue-400 via-green-500 to-teal-500 py-2 text-center text-white font-bold;
+}
diff --git a/src/components/CarNumberInput.vue b/src/components/CarNumberInput.vue
new file mode 100644
index 0000000..6a8b173
--- /dev/null
+++ b/src/components/CarNumberInput.vue
@@ -0,0 +1,333 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/LEmpty.vue b/src/components/LEmpty.vue
index f328871..4d6086e 100644
--- a/src/components/LEmpty.vue
+++ b/src/components/LEmpty.vue
@@ -29,7 +29,7 @@
// 返回上一页逻辑
function goBack() {
- unionuni.navigateBack({ delta: 1 })
+ uni.navigateBack({ delta: 1 })
}
diff --git a/src/composables/useWebView.js b/src/composables/useWebView.js
index 4d7f407..fa8240b 100644
--- a/src/composables/useWebView.js
+++ b/src/composables/useWebView.js
@@ -6,7 +6,6 @@ export function useWebView() {
// 检测环境并通知父窗口加载完毕
const handleBridgeReady = (platformName) => {
- console.log("handleBridgeReady", platformName)
if (platformName.h5) {
window.parent.postMessage({ loaded: true }, "*");
}
@@ -30,7 +29,6 @@ export function useWebView() {
};
onMounted(() => {
- console.log(" /MicroMessenger/i.test(navigator.userAgent)", /MicroMessenger/i.test(navigator.userAgent))
// 检测平台环境
uni.getEnv((env) => {
platform.value = env;
diff --git a/src/ui/CDualMarriage.vue b/src/ui/CDualMarriage.vue
new file mode 100644
index 0000000..00f7b9e
--- /dev/null
+++ b/src/ui/CDualMarriage.vue
@@ -0,0 +1,102 @@
+
+
+
+
+
核验双方信息
+
+
+ 男方姓名:
+ {{ maskedParams.nameMan }}
+
+
+ 男方身份证号:
+ {{ maskedParams.idCardMan }}
+
+
+ 女方姓名:
+ {{ maskedParams.nameWoman }}
+
+
+ 女方身份证号:
+ {{ maskedParams.idCardWoman }}
+
+
+
+
+
婚姻核验结果
+
+ {{ getStatusText(data.status) }}
+
+
+
{{ statusDescription(data.status) }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CFIN019.vue b/src/ui/CFIN019.vue
new file mode 100644
index 0000000..7acb925
--- /dev/null
+++ b/src/ui/CFIN019.vue
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+ 银行卡号:
+ {{ maskValue(params.bank_card, 'bank_card') }}
+
+
+ 身份证号:
+ {{ maskValue(params.id_card, 'id_card') }}
+
+
+ 手机号:
+ {{ maskValue(params.mobile, 'mobile') }}
+
+
+ 姓名:
+ {{ maskValue(params.name, 'name') }}
+
+
+
+
+
+
+
+
+
+
+
{{ labelMap[key] }}
+
+ {{ value === '0' ? '未存在' : '被列入该黑名单' }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CG02BJ02.vue b/src/ui/CG02BJ02.vue
new file mode 100644
index 0000000..a79bc18
--- /dev/null
+++ b/src/ui/CG02BJ02.vue
@@ -0,0 +1,74 @@
+
+
+
+
校验对象
+
+ -
+ 手机号码
+ {{ maskMobile(params?.mobile) }}
+
+
+
+
+
+
手机在网时长
+
{{ getTimeDuration(data?.code) }}
+
运营商:{{ getPhoneType(data?.phoneType) }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CG03HZ01.vue b/src/ui/CG03HZ01.vue
new file mode 100644
index 0000000..9792c8e
--- /dev/null
+++ b/src/ui/CG03HZ01.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
校验对象
+
+ -
+ 手机号码
+ {{ maskMobile(params?.mobile) }}
+
+
+
+
+
+
安全号码
+
该手机号码为安全号码,没有发现任何风险。
+
+
+
+
高危
+
该手机号码存在较高风险,请谨慎处理。
+
+
+
+
中危
+
该手机号码存在一定风险,请留意相关信息。
+
+
+
+
低危
+
该手机号码风险较低,但仍需关注。
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CG19BJ02.vue b/src/ui/CG19BJ02.vue
new file mode 100644
index 0000000..89320b6
--- /dev/null
+++ b/src/ui/CG19BJ02.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
校验对象
+
+ -
+ 手机号码
+ {{ maskMobile(params?.mobile) }}
+
+ -
+ 业务日期
+ {{ formatDate(params?.startDate) }}
+
+
+
+
+
+
非二次卡
+
该手机号码不是二次卡,请注意核对。
+
+
+
+
二次卡
+
该手机号码是二次卡,请注意核对。
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CG20GZ01.vue b/src/ui/CG20GZ01.vue
new file mode 100644
index 0000000..e1db1ea
--- /dev/null
+++ b/src/ui/CG20GZ01.vue
@@ -0,0 +1,123 @@
+
+
+
+
+
校验对象
+
+ -
+ 姓名
+ {{ maskValue(params?.name, 'name') }}
+
+ -
+ 身份证号
+ {{ maskValue(params?.id_card, 'id_card') }}
+
+ -
+ 手机号码
+ {{ maskValue(params?.mobile, 'mobile') }}
+
+ -
+ 银行卡号
+ {{ maskValue(params?.bank_card, 'bank_card') }}
+
+
+
+
+
+
银行卡四要素校验
+
{{ stateMessage }}
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CIDCardTwoElements.vue b/src/ui/CIDCardTwoElements.vue
new file mode 100644
index 0000000..84a4446
--- /dev/null
+++ b/src/ui/CIDCardTwoElements.vue
@@ -0,0 +1,99 @@
+
+
+
+
+
核验对象
+
+
+ 姓名:
+ {{ maskedParams.name }}
+
+
+ 身份证号:
+ {{ maskedParams.id_card }}
+
+
+
+
+
+
二要素验证结果
+
+
+
+
+
附加信息
+
+
+ 地址:
+ {{ data.address }}
+
+
+ 生日:
+ {{ formatBirthday(data.birthday) }}
+
+
+ 性别:
+ {{ data.sex }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CP_C_B332.vue b/src/ui/CP_C_B332.vue
new file mode 100644
index 0000000..ceb8005
--- /dev/null
+++ b/src/ui/CP_C_B332.vue
@@ -0,0 +1,240 @@
+
+
+
+
+
+
+
+
+ 车牌号:
+ {{ params.car_license }}
+
+
+ 号牌种类:
+ {{ plateTypeMapping[params.car_type] }}
+
+
+ 车主姓名:
+ {{ maskedParams.name }}
+
+
+
+
+
+
+
+
+
+
+ 号牌种类:
+ {{ plateTypeMapping[data.plateType] }}
+
+
+ 核定载客数:
+ {{ data.passengers }}
+
+
+ 车牌号:
+ {{ data.plate }}
+
+
+ 车架号:
+ {{ data.vin }}
+
+
+ 使用性质:
+ {{ data.properties }}
+
+
+ 车辆类型:
+ {{ data.vehicleType }}
+
+
+ 品牌名称:
+ {{ data.brandName }}
+
+
+ 车身颜色:
+ {{ filterDataNull(bodyColorMapping[data.bodyColor]) }}
+
+
+
+
+
+
+
+
+
+
+ 车牌种类一致性:
+ {{ data.carType }}
+
+
+ 车牌号一致性:
+ {{ data.carNumber }}
+
+
+ 姓名一致性:
+ {{ data.name }}
+
+
+
+
+
+
+
+
+
+ 发动机型号:
+ {{ data.engineModel }}
+
+
+ 发动机号:
+ {{ data.engineNumber }}
+
+
+ 排量:
+ {{ data.cc }}
+
+
+ 燃料种类:
+ {{ data.fuelType }}
+
+
+
+
+
+
+
+
+
+ 机动车状态:
+ {{ data.vehicleStatus }}
+
+
+ 强制报废期止:
+ {{ filterDataNull(data.retirementDate) }}
+
+
+ 检验有效期止:
+ {{ filterDataNull(data.validityDayEnd) }}
+
+
+ 初次登记日期:
+ {{ filterDataNull(data.firstIssueDate) }}
+
+
+ 年检日期:
+ {{ filterDataNull(data.jianCheTime) }}
+
+
+
+
+
+
+
+
+ 总质量:
+ {{ filterDataNull(data.crossWeight) }}
+
+
+ 整备质量:
+ {{ filterDataNull(data.curbWeight) }}
+
+
+ 轴数:
+ {{ filterDataNull(data.shaft) }}
+
+
+ 轴距:
+ {{ filterDataNull(data.wheelBase) }}
+
+
+ 前轮距:
+ {{ filterDataNull(data.frontTread) }}
+
+
+ 后轮距:
+ {{ filterDataNull(data.rearTread) }}
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CPhoneThreeElements.vue b/src/ui/CPhoneThreeElements.vue
new file mode 100644
index 0000000..3340da3
--- /dev/null
+++ b/src/ui/CPhoneThreeElements.vue
@@ -0,0 +1,105 @@
+
+
+
+
核验对象
+
+
+ 姓名:
+ {{ maskedParams.name }}
+
+
+ 身份证号:
+ {{ maskedParams.id_card }}
+
+
+ 手机号:
+ {{ maskedParams.mobile }}
+
+
+
+
+
核验结果
+
+
+ {{ result.icon }}
+
+
+
{{ result.message }}
+
{{ result.description }}
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/ui/CPhoneTwoElements.vue b/src/ui/CPhoneTwoElements.vue
new file mode 100644
index 0000000..aa03ed3
--- /dev/null
+++ b/src/ui/CPhoneTwoElements.vue
@@ -0,0 +1,91 @@
+
+
+
+
+
核验对象
+
+
+ 姓名:
+ {{ maskedParams.name }}
+
+
+ 手机号:
+ {{ maskedParams.mobile }}
+
+
+
+
手机二要素验证结果
+
+
+
+ ✘
+
+
+
不一致
+
手机二要素验证失败,请检查输入信息。
+
+
+
+
+
附加信息
+
+
+ 运营商类型:
+ {{ getPhoneType(data.data.phoneType) }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/Authorization.vue b/src/views/Authorization.vue
index 55a3ff5..cbf7478 100644
--- a/src/views/Authorization.vue
+++ b/src/views/Authorization.vue
@@ -4,16 +4,11 @@
授权书
-
+
海南省学宇思网络科技有限公司:
本人
- {{ signature ? userData.name : "____________" }}
+ {{ signature ? userData.name : "____________" }}
拟向贵司申请大数据分析报告查询业务,贵司需要了解本人相关状况,用于查询大数据分析报告,因此本人同意向贵司提供本人的姓名和手机号等个人信息,并同意贵司向第三方(包括但不限于西部数据交易有限公司)传送上述信息。第三方将使用上述信息核实信息真实情况,查询信用记录,并生成报告。
授权内容如下:
@@ -69,7 +64,7 @@
本人有权随时撤回本授权书中的授权,但撤回前的授权行为及其法律后果仍具有法律效力。若需撤回授权,本人可通过贵司官方渠道提交书面申请,贵司将在收到申请后依法停止对本人数据的使用。
- 你通过“全能查”APP或推广方推广查询模式,自愿支付相应费用,用于购买海南省学宇思网络科技有限公司的大数据报告产品。如若对产品内容存在异议,可通过邮箱admin@iieeii.com或APP“联系客服”按钮进行反馈,贵司将在收到异议之日起20日内进行核查和处理,并将结果答复。
+ 你通过“全能查”或推广方推广查询模式,自愿支付相应费用,用于购买海南省学宇思网络科技有限公司的大数据报告产品。如若对产品内容存在异议,可通过邮箱admin@iieeii.com或APP“联系客服”按钮进行反馈,贵司将在收到异议之日起20日内进行核查和处理,并将结果答复。
你向海南省学宇思网络科技有限公司的支付方式为:海南省学宇思网络科技有限公司及其经官方授权的相关企业的支付宝账户。
@@ -91,7 +86,7 @@
签署人:{{
signature ? userData.name : "____________"
- }}
+ }}
手机号码:
{{ signature ? userData.phone : "____________" }}
@@ -102,24 +97,15 @@
-
diff --git a/src/views/Complaint.vue b/src/views/Complaint.vue
index 26d5d11..b49fffb 100644
--- a/src/views/Complaint.vue
+++ b/src/views/Complaint.vue
@@ -7,6 +7,8 @@
\ No newline at end of file
diff --git a/vite.config.js b/vite.config.js
index 6280cc3..0c45de8 100644
--- a/vite.config.js
+++ b/vite.config.js
@@ -19,7 +19,7 @@ export default defineConfig({
// changeOrigin: true,
// },
'/api/v1': {
- target: 'http://127.0.0.1:8888', // 本地接口地址
+ target: 'http://192.168.10.20:8888', // 本地接口地址
changeOrigin: true,
},
},