起因为使用 image 加载图片
<image src="https://a.host.com/xxx.png" />
在真机环境下死活不能加载,bind:error 报 load fail
随后突发奇想使用子域名图片做测试,同时加载两张图片
<image src="https://a.host.com/xxx.png" />
<image src="https://b.host.com/xxx.png" />
其后
<image src="https://a.host.com/xxx.png" />
顺利加载成功
大概率是网络缓存导致的问题,多观察看看