From 9038f1722748ac62326760011060bdc79f6c6f76 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Sun, 9 Oct 2022 16:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=81=A5=E5=BA=B7=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/pingchang/AppHealthReport/AddReport.vue | 11 +---------- src/project/pingchang/AppHealthReport/AddUser.vue | 13 +++++++------ 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/project/pingchang/AppHealthReport/AddReport.vue b/src/project/pingchang/AppHealthReport/AddReport.vue index 7d14f4c..b97791b 100644 --- a/src/project/pingchang/AppHealthReport/AddReport.vue +++ b/src/project/pingchang/AppHealthReport/AddReport.vue @@ -142,10 +142,6 @@ -
- - 以上信息是我本人填写,本人对信息内容的真实性和完整性负责。 -
提交
@@ -245,7 +241,7 @@ export default { return this.$toast('请上传健康码截图') } this.$loading() - this.$instance.post(`/app/appepidemichealthreport/addOrUpdate`, { + this.$instance.post(`/app/appepidemicpreventionhealthreportinfo/addReportInfo`, { ...this.form, openid: this.user.openid, health: this.form.health.join(','), @@ -456,10 +452,5 @@ export default { } } } - - .agree { - padding: 0 32px; - display: flex; - } } diff --git a/src/project/pingchang/AppHealthReport/AddUser.vue b/src/project/pingchang/AppHealthReport/AddUser.vue index a925cc1..0c31964 100644 --- a/src/project/pingchang/AppHealthReport/AddUser.vue +++ b/src/project/pingchang/AppHealthReport/AddUser.vue @@ -19,7 +19,7 @@

身份证号

- +
@@ -78,12 +78,12 @@ export default { data() { return { form: { - address: '', + name: '', + idNumber: '', + phone: '', areaId: '', areaName: '', - idNumber: '', - name: '', - phone: '' + address: '', }, $areaId: '', flag: false @@ -138,8 +138,9 @@ export default { this.$toast('提交成功') uni.$emit('update') setTimeout(() => { + // ?id=${res.data.id} uni.redirectTo({ - url: `./Result?id=${res.data.id}` + url: `./Result` }) }, 400) }