企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
设置横向滚动图片,纵向则`scroll-y="true"` ``` <scroll-view class="" scroll-x="true"> <image src="/swiper/l1.jpg" catchtap="click"/> <image src="/swiper/l2.jpg" /> <image src="/swiper/l3.jpg" /> <image src="/swiper/l4.jpg" /> </scroll-view> ``` 其中当设置横向滚动时,wxss设置: ``` white-space: nowrap; ``` 具体参考[官方文档](https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html)