收藏
回答

wx.showActionSheet安卓不显示底部消失按钮?

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug wx.showActionSheet 客户端 1.02.1809260 2.3.0

wx.showActionSheet({

itemList: ['列1', '列2', '列3'],//显示的列表项

success: function (res) {//res.tapIndex点击的列表项

console.log("点击了列表项:" + that[res.tapIndex])

},

fail: function (res) { },

complete: function (res) { }

})


回答关注问题邀请回答
收藏

2 个回答

登录 后发表内容