健康上报
This commit is contained in:
@@ -115,7 +115,7 @@
|
|||||||
<div class="form-item form-item__imgs">
|
<div class="form-item form-item__imgs">
|
||||||
<div class="form-item__wrapper">
|
<div class="form-item__wrapper">
|
||||||
<div class="form-item__title">
|
<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>
|
<h2>本人健康码截图<span style="color: #999; font-size:14px;font-weight:normal;">(最多9张)</span></h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-item__right" style="padding-left: 5px">
|
<div class="form-item__right" style="padding-left: 5px">
|
||||||
@@ -220,9 +220,9 @@ export default {
|
|||||||
return this.$toast('请选择已接种疫苗次数')
|
return this.$toast('请选择已接种疫苗次数')
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!this.form.checkPhoto.length) {
|
// if (!this.form.checkPhoto.length) {
|
||||||
return this.$toast('请上传健康码截图')
|
// return this.$toast('请上传健康码截图')
|
||||||
}
|
// }
|
||||||
this.$loading()
|
this.$loading()
|
||||||
this.$instance.post(`/app/appepidemichealthreport/addOrUpdate`, {
|
this.$instance.post(`/app/appepidemichealthreport/addOrUpdate`, {
|
||||||
...this.form,
|
...this.form,
|
||||||
|
|||||||
Reference in New Issue
Block a user