This commit is contained in:
wwz
2025-01-03 18:43:07 +08:00
parent eddd7b949e
commit 38e0f9d222

View File

@@ -128,7 +128,8 @@
id: '' id: ''
}, },
showElse: false, showElse: false,
showtitle: false showtitle: false,
disabled: false
}; };
}, },
async onLoad(e) { async onLoad(e) {
@@ -344,6 +345,9 @@
}); });
}, },
requestSubscribeMessage() { requestSubscribeMessage() {
if (!this.disabled) {
return false;
}
var this_ = this var this_ = this
var tmplIds = 'LQ4X2dgvpxC6iuZhbxv8qtqVWT9_DFEBPxu-PmggjfY' var tmplIds = 'LQ4X2dgvpxC6iuZhbxv8qtqVWT9_DFEBPxu-PmggjfY'
uni.getSetting({ uni.getSetting({