优化营销系统落地页模板编辑预览

This commit is contained in:
许红梅 2022-05-20 11:33:00 +08:00
parent 3c52922211
commit e3ef26a27c
1 changed files with 37 additions and 34 deletions

View File

@ -838,7 +838,8 @@ export default class edittemplate extends React.Component {
? 'activeNav thumbheader' ? 'activeNav thumbheader'
: 'thumbheader' : 'thumbheader'
}> }>
<div className='detailstemplatescale' > {
this.state.detailType == 1 ? (<div className='detailstemplatescale' >
<img <img
src={ src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png' 'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png'
@ -875,7 +876,9 @@ export default class edittemplate extends React.Component {
} }
/> />
) : null} ) : null}
</div> </div>) : (<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/coupon/reduce_pic.png" />)
}
</div> </div>
</div> </div>
</div> </div>