From 7a5a82daef28a016b3c9cfd903cdcb4bb066a8e4 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期四, 23 一月 2025 14:09:44 +0800 Subject: [PATCH] 修改 --- src/views/specialOperationsPay/singlePage/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/specialOperationsPay/singlePage/index.vue b/src/views/specialOperationsPay/singlePage/index.vue index 71eaf4d..18a3b4c 100644 --- a/src/views/specialOperationsPay/singlePage/index.vue +++ b/src/views/specialOperationsPay/singlePage/index.vue @@ -197,8 +197,8 @@ } return { dataForm: { - idCard: '320322199509262810', - phone: '15261806176', + idCard: '', + phone: '', type: 1 }, rules: { -- Gitblit v1.9.2