`var opt = []
for (var i = 0; i < 4; i++) {
// 每一个选项为 json 格式
opt.push({ title: 1 + "test", abcd: "选项的自定义属性", qq: 1111 })
}
quickcommand.showSelectList(opt, { optionType: 'json' }).then(choise => {
console.log(choise)
utools.shellOpenExternal('tencent://message/?uin=' + choise.qq + '&Site=test&Menu=yes')
utools.outPlugin()
}).catch((e) => {
console.log(e)
})`
你看看问题出在哪 列表一闪 就关了@fofolee#23583