riku
2025-04-21 0746b7bbe6aa3d9f02e03654a2cd4fde2081c335
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;