从微信小程序到鸿蒙js开发【13】——list加载更多&回到顶部 (2)

从微信小程序到鸿蒙js开发【13】——list加载更多&回到顶部

smooth: true的效果,还是不错的。

从微信小程序到鸿蒙js开发【13】——list加载更多&回到顶部

按钮使用type="circle",便可指定icon,实现图标按钮。

hml视图层:

<button type="circle" icon="/common/totop.png"></button>

css渲染层:

button { position: fixed; right: 20px; bottom: 20px; background-color: #eeeeee; }

js逻辑层:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zwwjfd.html