From 47e70fa94b0ddd36e20bb9e6757127a024338a0e Mon Sep 17 00:00:00 2001 From: zjh <1084500556@qq.com> Date: 星期日, 01 十二月 2024 21:03:10 +0800 Subject: [PATCH] 'zjh20241201' --- src/views/system/tijian/index.vue | 4 ++-- src/views/login.vue | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index 8284adf..dd2a7dd 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -1,8 +1,7 @@ <template> <div class="login"> <!-- <div style="padding-top: 130px;"> --> - <!-- <h2>鍏村钩鍏村寲绀惧尯鏈嶅姟绔�</h2> --> - <h1>娉惧窛鍘夸汉姘戝尰闄�</h1> + <h1>闄曞仴鍖绘緞鍚堢熆鍔″眬涓績鍖婚櫌</h1> <h1>鏅鸿兘鍋ュ悍浣撴绠$悊绯荤粺</h1> <!-- </div> --> diff --git a/src/views/system/tijian/index.vue b/src/views/system/tijian/index.vue index 1ea1d2c..96721e4 100644 --- a/src/views/system/tijian/index.vue +++ b/src/views/system/tijian/index.vue @@ -1654,7 +1654,7 @@ // 琛ㄥ崟鍙傛暟 form: { cusIdcard: "", - tjType: "2", + tjType: "3", cusSex: 1, cusNational: "1", cusMarryStatus: "1", @@ -2196,7 +2196,7 @@ this.discount = this.form.discount; } if (this.form.tjType === null) { - this.form.tjType = "2"; + this.form.tjType = "3"; } if (this.form.reservationId != null) { if (this.form.groupingId) { -- Gitblit v1.8.0