wx.showActionSheet({
itemList: ['编辑圈子', '管理圈友', '账户管理'],
success: function(res) {
if (!res.cancel) {
console.log(res.tapIndex)
}
}
});
wx.showActionSheet({
itemList: ['编辑圈子', '管理圈友', '账户管理'],
success: function(res) {
if (!res.cancel) {
console.log(res.tapIndex)
}
}
});