问题模块 框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
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) { }
})
微信小程序开发问题解答
微信小程序开发者回答:
安卓和iOS展示不一样。是点击空白处消失的
微信小程序开发者回答:
大神 安卓点击空白处也不消失啊
微信小程序开发者回答:
微信小程序开发者回答:
https://developers.weixin.qq.com/miniprogram/dev/api/ui/interaction/wx.showActionSheet.html
本文网址:http://www.91bianli.com/kaifazhinan/74793.html