From 94af8242a5769e90387e71acadc96cab59892682 Mon Sep 17 00:00:00 2001 From: kuaileWu <1432334894@qq.com> Date: Mon, 17 Feb 2025 18:50:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=B1=E8=AF=8A=E4=BA=BA=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=94=B9=E9=80=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/inputBox.vue | 2 +- manifest.json | 3 ++- pages/modify_visitor/modify_visitor.vue | 18 +++++++++++++++--- 3 files changed, 18 insertions(+), 5 deletions(-) diff --git a/components/inputBox.vue b/components/inputBox.vue index 2dec23d..3223fe7 100644 --- a/components/inputBox.vue +++ b/components/inputBox.vue @@ -2,7 +2,7 @@ - + {{label}}: diff --git a/manifest.json b/manifest.json index e27b0f0..d557148 100644 --- a/manifest.json +++ b/manifest.json @@ -69,7 +69,8 @@ "uniStatistics" : { "enable" : false }, - "vueVersion" : "2", + "vueVersion" : "2", + /* "target" : "http://jasonyizherenxin.checkcopy.com",*/ "h5" : { "router" : { "mode" : "history", diff --git a/pages/modify_visitor/modify_visitor.vue b/pages/modify_visitor/modify_visitor.vue index 6c4b5c3..cbf4a07 100644 --- a/pages/modify_visitor/modify_visitor.vue +++ b/pages/modify_visitor/modify_visitor.vue @@ -8,8 +8,11 @@ - - 确认就诊人 + + 确认添加 + + + 确认修改 @@ -45,7 +48,16 @@ }, onLoad(option) { if(option.type) this.type = option.type - if(option.vid) this.vid = option.vid + if(option.vid) { + this.vid = option.vid + uni.setNavigationBarTitle({ + title: '修改就诊人' + }); + }else{ + uni.setNavigationBarTitle({ + title: '添加就诊人' + }); + } }, onShow() { if(this.vid) this.getVisitorInfo()