Files
MiniProgram/ProjectLiaisonForm/pages/swipe-cell/right/index.js
2025-08-15 14:05:08 +08:00

8 lines
125 B
JavaScript

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