Ver código fonte

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

tags/jenkins-front-end-screenad-120-v81^0
hupeng 6 anos atrás
pai
commit
773df26bec
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      App.js

+ 2
- 2
App.js Ver arquivo

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


Carregando…
Cancelar
Salvar