|
|
@@ -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 ( |
|
|
|