|
发表于 2023-8-1 11:54:06
|
显示全部楼层
本帖最后由 sifu_he 于 2023-8-1 12:46 编辑
我找了一下,是脚本里面导致的,这里是大小写区分
CalendarContent类里面的
load: function(){
this.tabs = {};
this.dayFlags = [];
this.app.loadHtml(this.options.view,"homePage_v3",{
"bind": {"lp": this.app.lp},
"module": this,
"dom":this.container,
"position": "beforeend"
},function(){
this.initSize();
this.loadCalender(function(){
this.fireEvent("load");
}.bind(this));
}.bind(this));
},
|
|