<view class="view_bottom">
<scroll-view scroll-x="true" class="slide_viewer" >
<view wx:for="{{imgUrls}}" wx:key="*this">
<image id="{{index}}" src="{{item}}" bindtap="click_list"/>
</view>
</scroll-view>
</view>
在微信開發(fā)工具里面是都是好的,用手機(jī)打開就出問題了,窗口整體滑動(dòng),沒有達(dá)到效果。不知道是不是控件用錯(cuò)了,是該用swiper嗎?
網(wǎng)友回復(fù):
scroll-view設(shè)置寬度了么
css中設(shè)置的100%
在微信解決方案里面找到了,前臺(tái)的一個(gè)demo,自己解決了,謝謝樓上
所以是怎么解決的?遇到同樣問題