wangliang_wd

feat:优化启动页广告播放

... ... @@ -250,7 +250,7 @@ struct LaunchAdvertisingPage {
this.defaultModel.bootScreenUrl = dataModel.launchAdInfo[0].matInfo.matImageUrl[0]
this.defaultModel.bootVideoUrl = dataModel.launchAdInfo[0].matInfo.matVideoUrl
this.defaultModel.showType = dataModel.launchAdInfo[0].matInfo.matType
this.defaultModel.showType = dataModel.launchAdInfo[0].matInfo.matType == '1'?'2':'1'
this.defaultModel.isAd = '1'
this.defaultModel.openType = dataModel.launchAdInfo[0].matInfo.openType
}
... ...