落地页编辑接口(优惠券&优惠券白名单)联调
This commit is contained in:
parent
1b0fd5af7a
commit
4e200cc75a
|
@ -564,6 +564,8 @@ export default class edittemplate extends React.Component {
|
||||||
formdata.exchange = infoExchange
|
formdata.exchange = infoExchange
|
||||||
} else if (this.state.showType == 1) {
|
} else if (this.state.showType == 1) {
|
||||||
formdata.access_conf = infoExchange
|
formdata.access_conf = infoExchange
|
||||||
|
}else{
|
||||||
|
formdata.coupon=infoExchange;
|
||||||
}
|
}
|
||||||
putTheme(myInfoData.id, formdata).then((res) => {
|
putTheme(myInfoData.id, formdata).then((res) => {
|
||||||
handelResponse(
|
handelResponse(
|
||||||
|
|
Loading…
Reference in New Issue