1.diy---置顶开发

master
sws 2024-09-28 19:00:33 +08:00
parent dd4be2f6da
commit 4cee900821
2 changed files with 0 additions and 2 deletions

View File

@ -63,7 +63,6 @@
if (tabs_bg.length > 0 && tabs_bg[0].color !== '') {
new_tabs_background = gradient_computer(new_style.common_style);
}
console.log(new_tabs_background.length);
this.setData({
tabs_background: background_computer(new_style.common_style) + (new_tabs_background.length > 0 ? new_tabs_background : 'background:#fff'),
});

View File

@ -62,7 +62,6 @@
if (tabs_bg.length > 0 && tabs_bg[0].color !== '') {
new_tabs_background = gradient_computer(new_style.common_style);
}
console.log(new_tabs_background.length);
this.setData({
tabs_background: background_computer(new_style.common_style) + (new_tabs_background.length > 0 ? new_tabs_background : 'background:#fff'),
});