From 31c014d154d390e7fc9f851dd8eb15c59aabc531 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 31 Oct 2023 20:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/verfiy/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/verfiy/index.vue b/pages/verfiy/index.vue index 3d01120..2abb687 100644 --- a/pages/verfiy/index.vue +++ b/pages/verfiy/index.vue @@ -28,16 +28,16 @@ data() { return { //姓名 - rname:"", + rname:"方哲宇", // 身份证 - rid:"", + rid:"440923195801215174", } }, methods: { // 点击登录 chkst() { const app = this - if (!app.isLoading && app.formValidationName(app.rname) && app.formValidationPass(app.rid)) { + if (!app.isLoading && app.formValidationName(app.rname) && app.formValidationId(app.rid)) { //app.submitLogin() // 跳转到选择设备 this.$navTo("pages/verfiy/choosedev");