为什么scroll-view里面的图片PC上能正确显示,手机上不能
<scroll-view scroll-x=“true” class=“my-scroll” bindscrolltoupper=“upper” bindscrolltolower=“lower” bindscroll=“scroll”>
<view>
<image src="/asset/p1.jpg"></image>
</view>
<view>
<image src="/asset/p2.jpg"></image>
</view>
<view>
<image src="/asset/p3.jpg"></image>
</view>
</scroll-view>
电脑上能正确显示,
手机上面直接一片白板,也无报错。
是项目上传的时候,不会把静态资源上传吗?这么坑?
&
我图片是<image></image> 用的绝对路径。