瀏覽代碼

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

tags/jenkins-front-end-screenad-174-v25^0
hupeng 5 年之前
父節點
當前提交
b2eaf639f4
共有 1 個檔案被更改,包括 7 行新增7 行删除
  1. +7
    -7
      App.js

+ 7
- 7
App.js 查看文件

@@ -344,9 +344,9 @@ routine() {
} }


async startAd() { async startAd() {
await this.getBaseInfo()
await this.getAdDataList(true)
await this.hbRequest()
this.getBaseInfo()
this.getAdDataList(true)
this.hbRequest()
hbRequestCount = heartConfig.heartbeatInterval; hbRequestCount = heartConfig.heartbeatInterval;
getAdDataCount =heartConfig.dataRefreshInterval; getAdDataCount =heartConfig.dataRefreshInterval;
@@ -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>
<CachedImage source={{uri: this.state.baseInfo.imgQrcodeWeapp}} resizeMode='center' style={styles.titleQrcode} />
<Image 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}>
<CachedImage source={{ uri: this.state.baseInfo.imgUrlH}} resizeMode='contain' style={styles.bottomLogo} />
<Image source={{ uri: this.state.baseInfo.imgUrlH}} resizeMode='contain' style={styles.bottomLogo} />
</View> </View>
<View style={styles.bottomQrcode1Background}> <View style={styles.bottomQrcode1Background}>
<CachedImage source={{ uri: this.state.baseInfo.imgQrcodeWeapp}} resizeMode='center' style={styles.bottomQrcode1} />
<Image 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}>
<CachedImage source={{ uri: this.state.baseInfo.imgQrcodeWemp}} resizeMode='center' style={styles.bottomQrcode2} />
<Image 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>


Loading…
取消
儲存