fix ad edit

This commit is contained in:
yulixing 2019-09-26 18:01:22 +08:00
parent 70a6ec7e86
commit 447bef0c1d

View File

@ -529,11 +529,8 @@ export default {
this.adForm.ad_property.jump_param = jump_param
this.adForm.ad_property.link = link
const targetList = await this.getJumpList({
game_id: this.adForm.gameid,
platform_id: this.adForm.channelid,
})
this.targetList = targetList.result
} else {
hasAd = false
}
@ -706,6 +703,7 @@ export default {
platform_id: this.adForm.channelid,
})
this.targetList = targetList.result
},
changeTarget(val) {
this.adForm.ad_property.link = ''