首页长图滑动,底部按钮跟着跑了。。
[code]
<view class=‘container’>
<view class=‘content’ hover-stop-propagation=“true”>
<image mode=‘widthFix’ src=‘/resources/image/guide.jpg’></image>
</view>
<view class=‘buttons’>
<button class=‘print’ hover-class=‘hover’ open-type=‘contact’>联系客服</button>
<button class=‘personal’ hover-class=‘hover’ catch:tap=‘personalTap’>个人中心</button>
<view class=‘sep’></view>
</view>
</view>
[/code]
