[]loadingView 的 tips提示问题

loadingView 的 tips设置的显示字体太小了。
能不能设置隐藏?
 
loadingView.setTips([""]); 直接这样设置 ,但后面还显示一个百分比
 
怎么处理好呢
 
根据工作人员的方法已解决:

 android版本
1、解压开app\libs\layaconch.jar 找到asset\script中的load.js

ios版本
1、打开resoure\script\load.js
第299行,    
    _dt() {
        var g = this.tips._graphics;
        g.clear();
        g.fillText(this._tips[this.prei], -26, 0, this.fontstr, this.fc, "center");
        g.fillText("(" + this.p + "%)", 1 / 2 * this._len[this.prei] - 26, 0, this.fontstr, this.fc, "left");
    }
把这个函数里面内容屏蔽掉,就OK了。 
 
已邀请:

cuixueying

赞同来自:

很感谢你的分享,你也可以通过修改config.js下的loadingView.fontstr="normal 100 64px Arial"来改变loading字体的大小!

要回复问题请先

商务合作
商务合作