fix ad edit
This commit is contained in:
parent
70a6ec7e86
commit
447bef0c1d
@ -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 = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user