diff --git a/App.vue b/App.vue index f7e949a7..e20e4972 100644 --- a/App.vue +++ b/App.vue @@ -53,7 +53,7 @@ category_goods_model_icon_type: 0, // 强制使用文字作为logo(默认当前指定logo->后台站点设置手机端图片logo->后台手机管理小程序配置名称->站点设置中的站点名称) is_logo_use_text: 0, - // 用户中心菜单默认展示模式(0 九方格, 1 列表) + // 用户中心菜单默认展示模式(0 九宫格, 1 列表) user_center_nav_show_model_type: 0, // 商品列表是否展示购物车(0否, 1是) is_goods_list_show_cart_opt: 1, @@ -1879,7 +1879,7 @@ // 更新当前url参数 // query:[{key:'',value:''}] - updateQueryStringParameter(query = []) { + update_query_string_parameter(query = []) { // #ifdef H5 let url = window.location.href; // 判断没有参数时 diff --git a/pages/index/index.css b/pages/index/index.css index 1581dd29..f06a45b4 100644 --- a/pages/index/index.css +++ b/pages/index/index.css @@ -87,13 +87,6 @@ /* #endif */ } -.search-content-animation { - transition: all 0.2s ease; - /* #ifdef MP-WEIXIN */ - transition: all 0.2s linear; - /* #endif */ -} - /* #ifdef H5 || MP-TOUTIAO || APP */ .search-content-fixed .nav-top-right-icon { top: 9px !important; diff --git a/pages/index/index.vue b/pages/index/index.vue index 22c068bc..e62a7648 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -60,7 +60,7 @@ @@ -631,8 +631,9 @@ }); clearInterval(this.plugins_popupscreen_timer); }, + // 轮播改变 - changeBanner(color) { + change_banner(color) { if (color) { this.slider_bg = 'background: linear-gradient(180deg,' + color + ' 0%, #f5f5f5 80%);padding-top:' + (bar_height + 5) + 'px;'; } else { diff --git a/pages/plugins/signin/index-detail/index-detail.vue b/pages/plugins/signin/index-detail/index-detail.vue index 6b05684e..9609cd63 100644 --- a/pages/plugins/signin/index-detail/index-detail.vue +++ b/pages/plugins/signin/index-detail/index-detail.vue @@ -12,7 +12,7 @@ + - @@ -101,16 +95,12 @@ - - 我的服务 - - - + {{ item.name }} @@ -135,7 +125,7 @@ - + @@ -492,14 +482,7 @@ // url事件 url_event(e) { app.globalData.url_event(e); - }, - - // 数据展示类型 - nav_show_type_event(e) { - this.setData({ - nav_show_model_type: this.nav_show_model_type == 0 ? 1 : 0, - }); - }, + } }, };