判断
{{if imgPath!=''||imgPath!=null}}
<img src="${imgPath}">
{{else}}
<img src="/img/imglost.png">
{{/if}}
判断
{{if imgPath!=''||imgPath!=null}}
<img src="${imgPath}">
{{else}}
<img src="/img/imglost.png">
{{/if}}