Browse Source

【大屏】【测试】【提交测试】

tags/jenkins-front-end-screenad-246-v140^0
caserKing 5 years ago
parent
commit
c4ca42ef2f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      App.js

+ 2
- 2
App.js View File

@@ -118,7 +118,7 @@ export default class MyPage extends Component {
versionInfo:'未知',
adType: 0,
curAdType02Index: 0, //广告图index
curCoverImgUrl: 'https://iformall-net.s3.cn-northwest-1.amazonaws.com.cn/456/37d833d7-263f-4f97-8588-e827c2f43db4.jpg',
curCoverImgUrl: '',

};

@@ -666,7 +666,7 @@ getAdView(){
}
}
return (
// <ImageBackground style={styles.adTypeBg} source={require('./image/ad1.jpg')}>
// <ImageBackground style={styles.adTypeBg} source={require('./image/ad1.jpg')}> slideInDown zoomInDown
<View style={styles.adWrapBox}>
<Animatable.View animation="slideInDown" style={styles.adWrap} key={this.state.curCoverImgUrl}>
<ImageBackground style={styles.adTypeBg} resizeMode="stretch" source={curImgObj}>


Loading…
Cancel
Save