小程序
小游戏
企业微信
微信支付
扫描小程序码分享
<image/> 引入的是本地图片,相对路径,但是快速切换各个页面,图片不显示了,查看 图片的 src 地址没变,就是不显示图片,一开始是显示的,慢点操作也没问题,就是不能快速操作
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
同样的问题目前发现在微信7.05上,iOS11.4,ios12.3.2 。最后没办法只能用background:url(),把图片转成base64然后没问题了
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
同样的问题,应该是微信更新了7.0.5之后出现的,目前只有ios会出现
同样的问题,最近出现的比较频繁。
就是image src引用本地的图片路径,会出现图片不显示的情况!
希望官方关注这个问题
同样的问题,最近才出现的
快速操作后,你的图片路径是否正常呢?有无具体代码片段看看...
<template name="index-tpl">
<view class="list-layout">
<view class="list-list">
<view class="fengmiantu">
<image src="../image/baba.jpg"/>
</view>
<view class="title">
<text class="title-text">{{stationName}}</text>
<view class="address">
<text class="address-text">{{address}}</text>
<view class="tags">
<button type="default" size="mini">{{oilStationSource}}</button>
<!-- <button type="default" size="mini">{{tags[1]}}</button> -->
<block wx:for="{{priceList}}" wx:for-item="item2" wx:key="item2.stationId">
<view class="price">
<text class="price-1">{{item2.oilType}}{{item2.oilName}}{{item2.oilLevel}}</text>
<text class="price-2"><text class='yhPrice'>优惠价:</text>¥{{item2.price}}</text>
<text class="price-3">指导价:<text class="b">¥{{item2.preferentialPrice == 0 ? "--":item2.preferentialPrice}}</text></text>
</block>
<view class="location" catchtap="onMapClick" data-lat="{{lat}}" data-lng="{{lng}}" data-title="{{stationName}}" data-address="{{address}}">
<image class="img-loca" src="/pages/image/icon_navigation.png"></image>
<text class="gongli">{{distance}}公里</text>
</template>
我加粗的那一行是那张图片
手机原因吧
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
同样的问题目前发现在微信7.05上,iOS11.4,ios12.3.2 。最后没办法只能用background:url(),把图片转成base64然后没问题了
同样的问题,应该是微信更新了7.0.5之后出现的,目前只有ios会出现
同样的问题,最近出现的比较频繁。
就是image src引用本地的图片路径,会出现图片不显示的情况!
希望官方关注这个问题
同样的问题,最近才出现的
快速操作后,你的图片路径是否正常呢?有无具体代码片段看看...
<template name="index-tpl">
<view class="list-layout">
<view class="list-list">
<view class="fengmiantu">
<image src="../image/baba.jpg"/>
</view>
<view class="title">
<text class="title-text">{{stationName}}</text>
</view>
<view class="address">
<text class="address-text">{{address}}</text>
</view>
<view class="tags">
<button type="default" size="mini">{{oilStationSource}}</button>
<!-- <button type="default" size="mini">{{tags[1]}}</button> -->
</view>
<block wx:for="{{priceList}}" wx:for-item="item2" wx:key="item2.stationId">
<view class="price">
<text class="price-1">{{item2.oilType}}{{item2.oilName}}{{item2.oilLevel}}</text>
<text class="price-2"><text class='yhPrice'>优惠价:</text>¥{{item2.price}}</text>
<text class="price-3">指导价:<text class="b">¥{{item2.preferentialPrice == 0 ? "--":item2.preferentialPrice}}</text></text>
</view>
</block>
<view class="location" catchtap="onMapClick" data-lat="{{lat}}" data-lng="{{lng}}" data-title="{{stationName}}" data-address="{{address}}">
<image class="img-loca" src="/pages/image/icon_navigation.png"></image>
<text class="gongli">{{distance}}公里</text>
</view>
</view>
</view>
</template>
我加粗的那一行是那张图片
手机原因吧