Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -250,7 +250,7 @@ struct LaunchAdvertisingPage { | @@ -250,7 +250,7 @@ struct LaunchAdvertisingPage { | ||
| 250 | 250 | ||
| 251 | this.defaultModel.bootScreenUrl = dataModel.launchAdInfo[0].matInfo.matImageUrl[0] | 251 | this.defaultModel.bootScreenUrl = dataModel.launchAdInfo[0].matInfo.matImageUrl[0] |
| 252 | this.defaultModel.bootVideoUrl = dataModel.launchAdInfo[0].matInfo.matVideoUrl | 252 | this.defaultModel.bootVideoUrl = dataModel.launchAdInfo[0].matInfo.matVideoUrl |
| 253 | - this.defaultModel.showType = dataModel.launchAdInfo[0].matInfo.matType | 253 | + this.defaultModel.showType = dataModel.launchAdInfo[0].matInfo.matType == '1'?'2':'1' |
| 254 | this.defaultModel.isAd = '1' | 254 | this.defaultModel.isAd = '1' |
| 255 | this.defaultModel.openType = dataModel.launchAdInfo[0].matInfo.openType | 255 | this.defaultModel.openType = dataModel.launchAdInfo[0].matInfo.openType |
| 256 | } | 256 | } |
-
Please register or login to post a comment