落地页编辑接口(优惠券&优惠券白名单)联调

This commit is contained in:
Apple 2022-09-22 09:48:44 +08:00
parent 1b0fd5af7a
commit 4e200cc75a
1 changed files with 2 additions and 0 deletions

View File

@ -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(