删除打印日志
This commit is contained in:
parent
036fa8811e
commit
95e2832cec
@ -51,9 +51,7 @@ export default class Text2 extends Group {
|
||||
setShowMode() {
|
||||
const showMode = this.model.showMode;
|
||||
const showConditions = this.model.showConditions;
|
||||
console.log('444444444444444444', showMode, showConditions, this.model);
|
||||
if (!showConditions || showConditions === '01' || showMode === showConditions) {
|
||||
console.log('55555555555555');
|
||||
this.text && this.text.show();
|
||||
} else {
|
||||
this.text && this.text.hide();
|
||||
|
Loading…
Reference in New Issue
Block a user