Commit 94c46a1f authored by Facius's avatar Facius

资料信息页有非必选项目,ui变动

parent a86c182f
......@@ -8,7 +8,7 @@
<view class="info-view">
<view v-for="(fileItem, index) in formShowList" class="title-view" :key="index">
<view>
<image class="title-image" :src="mixingImage"></image>
<image v-if="fileItem.required" class="title-image" :src="mixingImage"></image>
<text>{{ fileItem.label }}</text>
</view>
<view class="info-tip-text">{{ fileItem.tips }}</view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment