企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ wx.showActionSheet({ itemList: [ "分享到微信好友", "分享到朋友圈", "分享到QQ", "分享到微博" ], itemColor: '#405f80', success(res){ //res.tapIndex 点击itemList的参数 console.log(res.tapIndex) } }) ~~~