Component({ methods: { onChoice() { wx.showToast({ title: '你点击了选择', icon: 'none' }); }, }, });