提交 31cb3225 authored 作者: 杨斌基's avatar 杨斌基

feat(上报内容): 交通故障设施上报去掉上报标题

上级 5094b720
......@@ -342,6 +342,7 @@
</view>
</view>
<!--
<view v-if="!isIncivility" class="step_box">
<view class="tep_one">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" />
......@@ -355,6 +356,7 @@
</view>
</view>
</view>
-->
<view class="step_box">
<view class="tep_one">
......@@ -751,7 +753,7 @@ export default {
if (!this.IllegalForm.license_plate) return t('请输入车牌号码');
}
}
if (!this.title && !this.isIncivility) return t('请输入标题');
// if (!this.title && !this.isIncivility) return t('请输入标题');
if (!this.content) return t('请输入' + this.activeMap.content);
if (this.checked) {
if (!this.realForm.name) return t('请输入真实姓名');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论