删除打印日志

This commit is contained in:
fan 2020-03-11 15:14:38 +08:00
parent 036fa8811e
commit 95e2832cec

View File

@ -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();