Przeglądaj źródła

Merge commit 'refs/tags/jenkins-front-end-screenad-163-v97^{}' into release

tags/jenkins-front-end-screenad-164-v22^0
hupeng 6 lat temu
rodzic
commit
3648d4eb5e
1 zmienionych plików z 4 dodań i 4 usunięć
  1. +4
    -4
      App.js

+ 4
- 4
App.js Wyświetl plik

@@ -482,7 +482,7 @@ render() {
</View> </View>
<ImageBackground source={require('./image/title-qrcode.png') } resizeMode='center' style={styles.titleQrcodeBonder} > <ImageBackground source={require('./image/title-qrcode.png') } resizeMode='center' style={styles.titleQrcodeBonder} >
<View style={styles.titleQrcodePlacehold}></View> <View style={styles.titleQrcodePlacehold}></View>
<Image source={{uri: this.state.baseInfo.imgQrcodeWeapp}} resizeMode='center' style={styles.titleQrcode} />
<CachedImage source={{uri: this.state.baseInfo.imgQrcodeWeapp}} resizeMode='center' style={styles.titleQrcode} />
<View style={styles.titleQrcodePlacehold}></View> <View style={styles.titleQrcodePlacehold}></View>
</ImageBackground> </ImageBackground>
</View> </View>
@@ -491,14 +491,14 @@ render() {
{/* 底部商场信息展示开始 */} {/* 底部商场信息展示开始 */}
<View style={styles.bottom}> <View style={styles.bottom}>
<View style={styles.bottomLogoBackground}> <View style={styles.bottomLogoBackground}>
<Image source={{ uri: this.state.baseInfo.imgUrlH, cache: 'force-cache'}} resizeMode='contain' style={styles.bottomLogo} />
<CachedImage source={{ uri: this.state.baseInfo.imgUrlH}} resizeMode='contain' style={styles.bottomLogo} />
</View> </View>
<View style={styles.bottomQrcode1Background}> <View style={styles.bottomQrcode1Background}>
<Image source={{ uri: this.state.baseInfo.imgQrcodeWeapp, cache: 'force-cache'}} resizeMode='center' style={styles.bottomQrcode1} />
<CachedImage source={{ uri: this.state.baseInfo.imgQrcodeWeapp}} resizeMode='center' style={styles.bottomQrcode1} />
<Text style={styles.bottomQrcode1Str}>小程序</Text> <Text style={styles.bottomQrcode1Str}>小程序</Text>
</View> </View>
<View style={styles.bottomQrcode2Background}> <View style={styles.bottomQrcode2Background}>
<Image source={{ uri: this.state.baseInfo.imgQrcodeWemp, cache: 'force-cache'}} resizeMode='center' style={styles.bottomQrcode2} />
<CachedImage source={{ uri: this.state.baseInfo.imgQrcodeWemp}} resizeMode='center' style={styles.bottomQrcode2} />
<Text style={styles.bottomQrcode1Str}>公众号</Text> <Text style={styles.bottomQrcode1Str}>公众号</Text>
</View> </View>
<Text style={styles.bottomPlacehold}>{this.state.versionInfo}</Text> <Text style={styles.bottomPlacehold}>{this.state.versionInfo}</Text>


Ładowanie…
Anuluj
Zapisz