Browse Source

[显示][修复]:更新提示显示问题

tags/jenkins-front-end-screenad-120-v81^0
hupeng 6 years ago
parent
commit
773df26bec
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      App.js

+ 2
- 2
App.js View File

@@ -374,7 +374,7 @@ getContentViewItem(contentItem, annomation) {
merchantName = this.getContentViewItemMerchantName(contentItem);
// console.warn(annomation)
return (
<Animatable.View animation={annomation} easing="ease-out" duration={1500} delay={500} useNativeDriver ={true} style={styles.contentItem}>
<Animatable.View animation={annomation} easing="ease-out" delay={300} useNativeDriver ={true} style={styles.contentItem}>

<ImageBackground source={require('./image/item-background.png')} resizeMode='center' style={styles.contentItemDownLayer} >
{/* 列表 */}
@@ -440,7 +440,7 @@ getUpdateView() {
render() {

if (this.state.progress) {
this.getUpdateView();
return this.getUpdateView();
}

return (


Loading…
Cancel
Save