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

feat(上报内容): 交通故障设施上报标题“实名上报”改为“申报人信息”

上级 31cb3225
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
<view class="real"> <view class="real">
<view class="real-header"> <view class="real-header">
<image src="/static/icon/ic_smsb@2x.png" /> <image src="/static/icon/ic_smsb@2x.png" />
<view>{{ activeMap.realNameTitle || '实名上报' }}</view> <view>{{ activeMap.realNameTitle }}</view>
</view> </view>
<view class="real-content"> <view class="real-content">
<!-- <!--
...@@ -512,7 +512,8 @@ export default { ...@@ -512,7 +512,8 @@ export default {
content: '违法行为描述', content: '违法行为描述',
}, },
[typeMap.fault]: { [typeMap.fault]: {
content: '上报内容' content: '上报内容',
realNameTitle: '申报人信息',
} }
} }
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论