diff --git a/common/js/util.js b/common/js/util.js index 3da68f5..80a28e6 100644 --- a/common/js/util.js +++ b/common/js/util.js @@ -16,7 +16,7 @@ export default { redirectTo(to, param, mode) { let url = to; let tabbarList = ['/pages/index/index', '/pages/goods/category', '/pages/goods/cart', - '/pages/member/index' + '/pages/member/index','/pages_tool/article/list' ] if (param != undefined) { Object.keys(param).forEach(function(key) { diff --git a/pages.json b/pages.json index 6b003a0..5ecd202 100644 --- a/pages.json +++ b/pages.json @@ -1031,6 +1031,15 @@ // #endif "navigationBarTitleText": "消息中心" } + }, + { + "path": "futures/payment", + "style": { + // #ifdef H5 + "navigationStyle": "custom", + // #endif + "navigationBarTitleText": "交易下单" + } } ] }, @@ -1677,6 +1686,10 @@ "pagePath": "pages/goods/cart", "text": "购物车" }, + { + "pagePath": "pages_tool/article/list", + "text": "咨询中心" + }, { "pagePath": "pages/member/index", "text": "个人中心" diff --git a/pages_tool/article/list.vue b/pages_tool/article/list.vue index 907638b..8eececa 100644 --- a/pages_tool/article/list.vue +++ b/pages_tool/article/list.vue @@ -24,6 +24,10 @@ + + + +