From c906fb8dfefb0b9bccadc298208e1724e03f1047 Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Sat, 6 Sep 2025 11:35:08 +0800 Subject: [PATCH] no message --- pages.json | 7 ++ pages/mine/mine.vue | 3 +- .../other_package/productInfo/productInfo.vue | 7 +- pages/rwa_package/setting/kefu.vue | 72 +++++++++++++++++++ pages/supply_chain/supply_chain.vue | 23 +++++- 5 files changed, 109 insertions(+), 3 deletions(-) create mode 100644 pages/rwa_package/setting/kefu.vue diff --git a/pages.json b/pages.json index f6531db..ad2d62b 100644 --- a/pages.json +++ b/pages.json @@ -321,6 +321,13 @@ "navigationBarTextStyle": "black" } }, + { + "path": "setting/kefu", + "style": { + "navigationStyle": "custom", + "navigationBarTextStyle": "black" + } + }, { "path": "dongjian/index", "style": { diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index fe6d884..4e81ccc 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -432,7 +432,8 @@ export default { // uni.navigateTo({ // url: '/pages/brand_settlement/brand_settlement', // }) - this.brandShow = true; + // this.brandShow = true; + this.openShow = true; } }, copyMobile(mobile) { diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue index 6d518ab..e5eee8d 100644 --- a/pages/other_package/productInfo/productInfo.vue +++ b/pages/other_package/productInfo/productInfo.vue @@ -103,7 +103,7 @@ + @click="onZiXun"> 咨询 @@ -291,6 +291,11 @@ export default { }, methods: { + onZiXun(){ + uni.navigateTo({ + url:'/pages/rwa_package/setting/kefu' + }) + }, getValue, onSwiper(index) { uni.previewImage({ diff --git a/pages/rwa_package/setting/kefu.vue b/pages/rwa_package/setting/kefu.vue new file mode 100644 index 0000000..6230641 --- /dev/null +++ b/pages/rwa_package/setting/kefu.vue @@ -0,0 +1,72 @@ + + + + + + diff --git a/pages/supply_chain/supply_chain.vue b/pages/supply_chain/supply_chain.vue index 08a94a1..91292e6 100644 --- a/pages/supply_chain/supply_chain.vue +++ b/pages/supply_chain/supply_chain.vue @@ -1,5 +1,5 @@