1
This commit is contained in:
@@ -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({
|
||||||
|
|||||||
Reference in New Issue
Block a user