-
微信开发
先来说一下官网例子吧 API 自己看咯 https://mp.weixin.qq.com/debug/wxadoc/dev/component/scroll-view.html?t=20161122 有很多的注意事项,如果你不注意,滚动效果真的真的粗不来~~ html中 scroll-view竖向滚动必...
255
-
微信开发
制作者:天下钞票 demo地址:天气预报:联系人列表锚点 亮点一、wx:if wx:else的使用来制作城市列表 block wx:for={{cityArray}} block wx:if={{item.type==city}} view class=item id={{item.city}} hover=true hove...
237
-
微信开发
微信小程序实现楼层锚点跳跃,点击不同的锚点进行位置跳跃: 利用:scroll-into-view 来实现 效果图如下: WXML: [html] view plain copy print?在CODE上查看代码片派生到我的代码片 scroll-view c...
215