riku
2024-11-14 2a04ae9a602c88c1c8a16da154c3a51075e88d86
miniprogram_npm/tdesign-miniprogram/button/button.js
@@ -83,6 +83,9 @@
            chooseavatar(e) {
                this.triggerEvent('chooseavatar', e.detail);
            },
            agreeprivacyauthorization(e) {
                this.triggerEvent('agreeprivacyauthorization', e.detail);
            },
            handleTap(e) {
                if (this.data.disabled || this.data.loading)
                    return;