From c6d666e54e413ebd581f284d070e7a48c7daca93 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 23 Jan 2024 17:35:35 +0800
Subject: [PATCH] 物业评价修改,新增我的评价页面
---
pages.json | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/pages.json b/pages.json
index b358d8c..37e562c 100644
--- a/pages.json
+++ b/pages.json
@@ -151,6 +151,15 @@
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "black"
}
+ },
+ {
+ "path": "commentList/commentList",
+ "style": {
+ "navigationBarTitleText": "我的评价",
+ "enablePullDownRefresh": false,
+ "navigationBarBackgroundColor": "#fff",
+ "navigationBarTextStyle": "black"
+ }
}
]
},
--
Gitblit v1.9.3