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

feat(上报内容): 去掉所属辖区、号牌种类

上级 74403a99
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
</view> </view>
<!-- 所属辖区--> <!-- 所属辖区-->
<!--
<view class="step_box"> <view class="step_box">
<view class="tep_one"> <view class="tep_one">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" /> <image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" />
...@@ -56,6 +57,7 @@ ...@@ -56,6 +57,7 @@
</view> </view>
</view> </view>
</view> </view>
-->
<!-- 上传照片--> <!-- 上传照片-->
<view class="step_box"> <view class="step_box">
...@@ -120,6 +122,7 @@ ...@@ -120,6 +122,7 @@
</view> </view>
<!-- 号牌种类--> <!-- 号牌种类-->
<!--
<view class="step_box"> <view class="step_box">
<view class="tep_one"> <view class="tep_one">
<image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" /> <image mode="aspectFill" class="tep_icon" src="/static/icon/ic_rw_neirong@2x.png" />
...@@ -133,6 +136,7 @@ ...@@ -133,6 +136,7 @@
</view> </view>
</view> </view>
</view> </view>
-->
<!-- 违法时间--> <!-- 违法时间-->
<view class="step_box"> <view class="step_box">
...@@ -599,11 +603,11 @@ export default { ...@@ -599,11 +603,11 @@ export default {
const t = (text = '') => uni.$u.toast(text); const t = (text = '') => uni.$u.toast(text);
if (this.IllegalShow) { if (this.IllegalShow) {
if (!this.longitude) return t('请选择位置'); if (!this.longitude) return t('请选择位置');
if (!this.IllegalForm.jurisdiction) return t('请输入所属辖区'); // if (!this.IllegalForm.jurisdiction) return t('请输入所属辖区');
if (!this.IllegalForm.IllegalType) return t('请输入违法类型'); if (!this.IllegalForm.IllegalType) return t('请输入违法类型');
if (!this.IllegalForm.illegal_time) return t('请输入违法时间'); if (!this.IllegalForm.illegal_time) return t('请输入违法时间');
if (!this.IllegalForm.content) return t('请输入违法行为描述'); if (!this.IllegalForm.content) return t('请输入违法行为描述');
if (!this.IllegalForm.number_plate) return t('请输入号牌种类'); // if (!this.IllegalForm.number_plate) return t('请输入号牌种类');
if (!this.IllegalForm.license_plate) return t('请输入车牌号码'); if (!this.IllegalForm.license_plate) return t('请输入车牌号码');
if (!this.photoList.length) return t('请上传图片/视频'); if (!this.photoList.length) return t('请上传图片/视频');
if (!this.realForm.name) return t('请输入真实姓名'); if (!this.realForm.name) return t('请输入真实姓名');
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论