健康上报

This commit is contained in:
shijingjing
2022-03-18 14:43:26 +08:00
parent 1f242413f2
commit 268aa87ae7

View File

@@ -115,7 +115,7 @@
<div class="form-item form-item__imgs">
<div class="form-item__wrapper">
<div class="form-item__title">
<i>*</i>
<i style="margin-right: 8px"></i>
<h2>本人健康码截图<span style="color: #999; font-size:14px;font-weight:normal;">(最多9张)</span></h2>
</div>
<div class="form-item__right" style="padding-left: 5px">
@@ -220,9 +220,9 @@ export default {
return this.$toast('请选择已接种疫苗次数')
}
if (!this.form.checkPhoto.length) {
return this.$toast('请上传健康码截图')
}
// if (!this.form.checkPhoto.length) {
// return this.$toast('请上传健康码截图')
// }
this.$loading()
this.$instance.post(`/app/appepidemichealthreport/addOrUpdate`, {
...this.form,