Commit 07561176 by web

fix: remark没有不展示

1 parent 8eaf3f41
{
"name": "xrk-bi",
"version": "0.3.0-beta.7",
"version": "0.3.0-beta.8",
"description": "xrk-bi",
"author": "xrk",
"main": "dist/bundler.js",
......
......@@ -114,7 +114,10 @@
: item.answer
}}
</div>
<div style="color: #666666; font-size: 14px; margin-top: 30px">
<div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }}
</div>
</div>
......@@ -140,7 +143,10 @@
:src="file"
alt="img"
/>
<div style="color: #666666; font-size: 14px; margin-top: 30px">
<div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }}
</div>
</div>
......@@ -160,7 +166,10 @@
>
{{ file }}
</div>
<div style="color: #666666; font-size: 14px; margin-top: 30px">
<div
style="color: #666666; font-size: 14px; margin-top: 30px"
v-if="item.remark"
>
备注:{{ item.remark }}
</div>
</div>
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!