From ab8316cabb86548592dfe21b5e3777224875adcf Mon Sep 17 00:00:00 2001
From: liqianjin <949671634@qq.com>
Date: Fri, 3 Mar 2023 11:51:53 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=A2=9E=E5=8A=A0=E3=80=91=E6=96=87?=
=?UTF-8?q?=E7=AB=A0tabbar?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/js/util.js | 2 +-
pages.json | 13 +++++++++++++
pages_tool/article/list.vue | 4 ++++
3 files changed, 18 insertions(+), 1 deletion(-)
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 @@
+
+
+
+