diff --git a/pages.json b/pages.json index 2781a06..a377273 100644 --- a/pages.json +++ b/pages.json @@ -20,7 +20,7 @@ "path": "pages/assistant/knowledge", "style": { "navigationBarTitleText": "宠物知识库", - "navigationBarBackgroundColor": "#81C784", + "navigationBarBackgroundColor": "#FF8A80", "navigationBarTextStyle": "white" } }, @@ -28,16 +28,16 @@ "path": "pages/adoption/adoption", "style": { "navigationBarTitleText": "领养专区", - "navigationBarBackgroundColor": "#ffffff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" } }, { "path": "pages/profile/profile", "style": { "navigationBarTitleText": "我的", - "navigationBarBackgroundColor": "#ffffff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" } }, { @@ -60,8 +60,8 @@ "path": "pages/pets/add-record", "style": { "navigationBarTitleText": "添加记录", - "navigationBarBackgroundColor": "#ffffff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" } }, @@ -77,8 +77,8 @@ "path": "pages/pets/add-record-enhanced", "style": { "navigationBarTitleText": "添加记录", - "navigationBarBackgroundColor": "#ffffff", - "navigationBarTextStyle": "black" + "navigationBarBackgroundColor": "#FF8A80", + "navigationBarTextStyle": "white" } }, { @@ -117,7 +117,7 @@ "path": "pages/pets/pet-timeline", "style": { "navigationBarTitleText": "成长时光", - "navigationBarBackgroundColor": "#FFB74D", + "navigationBarBackgroundColor": "#FF8A80", "navigationBarTextStyle": "white" } }, @@ -125,7 +125,7 @@ "path": "pages/pets/health-charts", "style": { "navigationBarTitleText": "健康档案", - "navigationBarBackgroundColor": "#81C784", + "navigationBarBackgroundColor": "#FF8A80", "navigationBarTextStyle": "white" } }, @@ -133,7 +133,7 @@ "path": "pages/pets/pet-personality", "style": { "navigationBarTitleText": "性格预设", - "navigationBarBackgroundColor": "#64B5F6", + "navigationBarBackgroundColor": "#FF8A80", "navigationBarTextStyle": "white" } }, diff --git a/pages/adoption/adoption.vue b/pages/adoption/adoption.vue index bf18915..55a85e0 100644 --- a/pages/adoption/adoption.vue +++ b/pages/adoption/adoption.vue @@ -1,12 +1,11 @@ @@ -136,45 +139,172 @@ export default { diff --git a/pages/assistant/knowledge.vue b/pages/assistant/knowledge.vue index e6fa32c..83b1747 100644 --- a/pages/assistant/knowledge.vue +++ b/pages/assistant/knowledge.vue @@ -1,24 +1,26 @@ @@ -86,10 +88,6 @@ export default { } }, methods: { - goBack() { - uni.navigateBack() - }, - switchCategory(item) { this.currentCategory = item.index }, @@ -109,25 +107,90 @@ export default { diff --git a/pages/pets/add-pet.vue b/pages/pets/add-pet.vue index f152b59..5bd604a 100644 --- a/pages/pets/add-pet.vue +++ b/pages/pets/add-pet.vue @@ -1,7 +1,5 @@