diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 7ce5c69b..ff3a1c04 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -4,7 +4,7 @@ - + @@ -483,12 +483,6 @@ // 缓存数据 uni.setStorageSync(this.cache_key + this.tabs_home_id, diy_data); }, - // 顶部导航沉浸模式回调 - // immersion_model_call_back(bool) { - // this.setData({ - // is_immersion_model: bool, - // }); - // }, get_index_content(new_diy_index, header, header_style, item) { item.index = new_diy_index; if (new_diy_index == 0) { diff --git a/components/diy/nav-group.vue b/components/diy/nav-group.vue index 0a902c24..6fc29094 100644 --- a/components/diy/nav-group.vue +++ b/components/diy/nav-group.vue @@ -17,7 +17,7 @@ - + {{ actived_index + 1 }} @@ -68,7 +68,7 @@ export default { img_style: '', text_style: '', indicator_style: '', - new_height: '300rpx', + new_height: '0rpx', actived_index: 0, group_width: '', nav_content_list: [], @@ -171,7 +171,7 @@ export default { } }) .exec(); // 执行查询 - }, 50); + }, 100); }, get_nav_content_list(data, new_style) { // 深拷贝一下,确保不会出现问题 diff --git a/components/diy/salerecords.vue b/components/diy/salerecords.vue index 53d03aca..bdc16a09 100644 --- a/components/diy/salerecords.vue +++ b/components/diy/salerecords.vue @@ -26,8 +26,8 @@