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

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,44 +838,47 @@ export default class edittemplate extends React.Component {
? 'activeNav thumbheader'
: 'thumbheader'
}>
<div className='detailstemplatescale' >
<img
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png'
}
className='preBtn'
/>
<img
className='topBanner'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/detailtop.png'
}
/>
<p className='splitLine'></p>
<img
className='iptbg'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/detailipt.png'
}
/>
<p className='splitLine'></p>
<button
className='exchangeBtn'
style={{
background: this.state.product_detail.button_color,
color: this.state.product_detail.font_color
}}>
立即兑换
</button>
{this.state.product_detail.describe.type == 2 ? (
{
this.state.detailType == 1 ? (<div className='detailstemplatescale' >
<img
className='susactive_Tip'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/acticeTextTip.png'
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png'
}
className='preBtn'
/>
<img
className='topBanner'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/detailtop.png'
}
/>
) : null}
</div>
<p className='splitLine'></p>
<img
className='iptbg'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/detailipt.png'
}
/>
<p className='splitLine'></p>
<button
className='exchangeBtn'
style={{
background: this.state.product_detail.button_color,
color: this.state.product_detail.font_color
}}>
立即兑换
</button>
{this.state.product_detail.describe.type == 2 ? (
<img
className='susactive_Tip'
src={
'https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/acticeTextTip.png'
}
/>
) : null}
</div>) : (<img src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/coupon/reduce_pic.png" />)
}
</div>
</div>
</div>