wx.showActionSheet没有回显的选中样式。
官方例子
wx.showActionSheet({ itemList: ['A', 'B', 'C'], success (res) { console.log(res.tapIndex) }, fail (res) { console.log(res.errMsg) } })
手写一个