1
This commit is contained in:
@@ -128,7 +128,8 @@
|
||||
id: ''
|
||||
},
|
||||
showElse: false,
|
||||
showtitle: false
|
||||
showtitle: false,
|
||||
disabled: false
|
||||
};
|
||||
},
|
||||
async onLoad(e) {
|
||||
@@ -344,6 +345,9 @@
|
||||
});
|
||||
},
|
||||
requestSubscribeMessage() {
|
||||
if (!this.disabled) {
|
||||
return false;
|
||||
}
|
||||
var this_ = this
|
||||
var tmplIds = 'LQ4X2dgvpxC6iuZhbxv8qtqVWT9_DFEBPxu-PmggjfY'
|
||||
uni.getSetting({
|
||||
|
||||
Reference in New Issue
Block a user