1.diy---置顶开发
parent
dd4be2f6da
commit
4cee900821
|
|
@ -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'),
|
||||
});
|
||||
|
|
|
|||
|
|
@ -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'),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue