From 120ad929fd5b431c9756463d9fdd65e1aa9759d4 Mon Sep 17 00:00:00 2001 From: taiwan Date: Thu, 9 Dec 2021 15:33:44 +0800 Subject: [PATCH] 参团详情增加导航球 --- packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json | 3 ++- packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json index b175d83..aab5bad 100644 --- a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json +++ b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.json @@ -2,6 +2,7 @@ "navigationBarTitleText": "参团详情", "enablePullDownRefresh": false, "usingComponents": { - "share": "/components/share/share" + "share": "/components/share/share", + "nav_box": "/components/nav_box/nav_box" } } \ No newline at end of file diff --git a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml index f0c9790..0d3d155 100644 --- a/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml +++ b/packageC/pages/luckyGo/luckyGo_details/luckyGo_details.wxml @@ -377,7 +377,11 @@ 我知道了 - + . + + + + -- libgit2 0.21.4