設置字體大小翻頁后失效,又還原了。。。
this.themes.fontSize(range + 'px');
翻頁會報
[Violation] Avoid using document.write(). <URL>
[Violation] Forced reflow while executing JavaScript took 30ms
然后字體大小又恢復默認了
this.themes.fontSize(range + 'px');
翻頁會報
[Violation] Avoid using document.write(). <URL>
[Violation] Forced reflow while executing JavaScript took 30ms
然后字體大小又恢復默認了
2020-07-19
舉報
2021-10-14
我的也是的,一樣