【发布时间】:2018-06-27 11:09:04
【问题描述】:
如何在模块字段参数和后端显示图像?像下面的代码
<field
name="imagesspec"
type="ooooooooooo"
image="spec.png"
/>
img 在模块参数中不起作用
<fieldset name="basic">
<img src="xxxxx.jpg">
我用谷歌搜索了很多天,但没有任何示例或答案
<fields name="params">
<fieldset name="basic">
<!-- Is it possible? -->
<field name="imagesspec" type="ooooooooooo" image="spec.png"/>
<img src="xxxxxxxx"> <--it's not work
..
..
bla bla bla
</fieldset>
</fields>
【问题讨论】: