本文主要介绍了微信小程序实现action-sheet弹出底部菜单功能,结合实例形式分析了action-sheet组件弹出菜单的使用技巧,包括元素遍历、事件响应及属性设置等操作方法,希望能帮助到大家。
1、效果展示
2、关键代码
① index.wxml
button type= default bindtap= actionSheetTap 弹出action sheet /button action-sheet hidden= {{actionSheetHidden}} bindchange= actionSheetbindchange block wx:for-items= {{actionSheetItems}} wx:key= {{txt}} action-sheet-item bindtap= bind{{item.bindtap}} {{item.txt}} /action-sheet-item /block action-sheet-cancel >② index.js
Page({ data:{ // text: 这是一个页面 actionSheetHidden:true, actionSheetItems:[ {bindtap: #39;Menu1 #39;,txt: #39;菜单1 #39;}, {bindtap: #39;Menu2 #39;,txt: #39;菜单2 #39;}, {bindtap: #39;Menu3 #39;,txt: #39;菜单3 #39;} menu: #39; #39; actionSheetTap:function(){ this.setData({ actionSheetHidden:!this.data.actionSheetHidden actionSheetbindchange:function(){ this.setData({ actionSheetHidden:!this.data.actionSheetHidden bindMenu1:function(){ this.setData({ menu:1, actionSheetHidden:!this.data.actionSheetHidden bindMenu2:function(){ this.setData({ menu:2, actionSheetHidden:!this.data.actionSheetHidden bindMenu3:function(){ this.setData({ menu:3, actionSheetHidden:!this.data.actionSheetHidden })大家学会了吗?希望对大家有帮助。
相关推荐:
微信小程序如何设置底部导航栏目的方法介绍
关于微信小程序点击控件修改样式的代码实例
微信小程序顶部可滚动导航效果
以上就是微信小程序如何使用action-sheet弹出底部菜单的详细内容,更多请关注php中文网其它相关文章!
微信app下载
微信是一款手机通信软件,支持通过手机网络发送语音短信、视频、图片和文字。微信可以单聊及群聊,还能根据地理位置找到附近的人,带给大家全新的移动沟通体验,有需要的小伙伴快来保存下载体验吧!