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()