From f925c710f45954cab402b6ff5ab1f94c85cdeaa4 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Sun, 23 Mar 2025 19:14:41 +0800 Subject: [PATCH] this is lastest update --- pages.json | 19 +++++++------- .../clotherRentOrderList.vue | 8 +++++- .../clothesRentOrderDetail.vue | 25 +++++++++---------- pages/mine/main/main.vue | 16 +++++++++--- 4 files changed, 42 insertions(+), 26 deletions(-) diff --git a/pages.json b/pages.json index a8253f4..a969e79 100644 --- a/pages.json +++ b/pages.json @@ -1,5 +1,13 @@ { "pages": [ + { + "path": "pages/home/home", + "style": { + "navigationBarTitleText": "首页", + // "enablePullDownRefresh":true, //开启下拉刷新 + "navigationBarBackgroundColor": "#ede8e7" + } + }, { "path": "pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail", "style": { @@ -12,14 +20,7 @@ "navigationBarTitleText": "" } }, - { - "path": "pages/home/home", - "style": { - "navigationBarTitleText": "首页", - // "enablePullDownRefresh":true, //开启下拉刷新 - "navigationBarBackgroundColor": "#ede8e7" - } - }, + { "path": "pages/my-order/myGeneralOrderDetail/myGeneralOrderDetail", "style": { @@ -263,7 +264,7 @@ "style": { "navigationBarTitleText": "" } - }, + } ], "plugins": { "logisticsPlugin": { diff --git a/pages/clothesRent/clotherRentOrderList/clotherRentOrderList.vue b/pages/clothesRent/clotherRentOrderList/clotherRentOrderList.vue index 22abb14..7244a96 100644 --- a/pages/clothesRent/clotherRentOrderList/clotherRentOrderList.vue +++ b/pages/clothesRent/clotherRentOrderList/clotherRentOrderList.vue @@ -36,7 +36,7 @@ - + 泠珑水月阁 @@ -461,6 +461,12 @@ } } + + const gotoDetailPage = (val) => { + uni.navigateTo({ + url: '/pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail?id=' + val + }) + } const nav = () => { //导航 diff --git a/pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail.vue b/pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail.vue index 36f1930..605ef4a 100644 --- a/pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail.vue +++ b/pages/clothesRent/clothesRentOrderDetail/clothesRentOrderDetail.vue @@ -21,8 +21,8 @@ {{ clothesSnapshot.name }} @@ -95,11 +95,11 @@