https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showActionSheet.html
wx.showActionSheet({
itemList: ['A', 'B', 'C'], // 希望这个的限制可以不限,6个太少了。如果太多的话可以滚动
success (res) {
console.log(res.tapIndex)
},
fail (res) {
console.log(res.errMsg)
}
})
确实,默认的就有限制,你可以用一些底部弹出的列表插件