mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 22:40:39 +08:00
1.diy---- 文章选项卡开发
This commit is contained in:
@ -79,7 +79,7 @@
|
||||
};
|
||||
// 默认是未选中的状态
|
||||
let style = `${tabs_theme_style.tabs_title}`;
|
||||
if (index == 0) {
|
||||
if (index == this.active_index) {
|
||||
let checked_style = tabs_theme_style.tabs_title_checked;
|
||||
if (['2', '4'].includes(this.tabs_theme_index)) {
|
||||
checked_style += this.tabs_check;
|
||||
|
||||
Reference in New Issue
Block a user