diff --git a/components/areaTree/style.css b/components/areaTree/style.css index 10e94f7..9613035 100644 --- a/components/areaTree/style.css +++ b/components/areaTree/style.css @@ -45,7 +45,7 @@ line-height: 1; } .tki-tree-bar-confirm { - color: #89965f; + color: #00a89b; } .tki-tree-view { position: absolute; @@ -120,7 +120,7 @@ border-bottom-width: 2rpx; border-right-width: 2rpx; border-style: solid; - border-color: #89965f; + border-color: #00a89b; display: flex; justify-content: center; align-items: center; @@ -133,7 +133,7 @@ border-top-right-radius: 20%; border-bottom-right-radius: 20%; border-bottom-left-radius: 20%; - background-color: #89965f; + background-color: #00a89b; } .tki-tree-check .radio { border-top-left-radius: 50%; diff --git a/components/chat/submit.vue b/components/chat/submit.vue index 42a2794..39e31f4 100644 --- a/components/chat/submit.vue +++ b/components/chat/submit.vue @@ -19,7 +19,7 @@ - 发送 + 发送 @@ -554,7 +554,7 @@ display: inline-block; min-width: 120rpx; line-height: 84rpx; - background-color: #89965f; + background-color: #00a89b; border-radius: 42rpx; color:#ffffff; } diff --git a/manifest.json b/manifest.json index 5c244cc..876047e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,9 +1,9 @@ { - "name" : "三朵蘭瑜伽", - "appid" : "__UNI__4060561", - "description" : "三朵蘭瑜伽", - "versionName" : "1.0.10", - "versionCode" : 1010, + "name" : "瑜伽汇", + "appid" : "__UNI__B6E0086", + "description" : "瑜伽汇", + "versionName" : "1.0.0", + "versionCode" : 100, "transformPx" : false, "app-plus" : { "flexible" : true, diff --git a/pages.json b/pages.json index 1433095..e17cbb5 100644 --- a/pages.json +++ b/pages.json @@ -311,7 +311,7 @@ "path": "pages/message/group", "style": { "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#89965f", + "navigationBarBackgroundColor": "#00a89b", "app-plus": { "titleNView": false } @@ -321,7 +321,7 @@ "path": "pages/message/contact", "style": { "enablePullDownRefresh": true, - "navigationBarBackgroundColor": "#89965f", + "navigationBarBackgroundColor": "#00a89b", "app-plus": { "titleNView": false } @@ -359,6 +359,14 @@ "enablePullDownRefresh": false } }, + { + "path": "pages/book/bookteacher", + "style" : + { + "navigationBarTitleText": "预约学员", + "enablePullDownRefresh": false + } + }, { "path": "pages/book/book", "style" : @@ -414,8 +422,8 @@ "pageOrientation": "auto", "navigationStyle": "default", // "navigationStyle": "custom", "navigationBarTextStyle": "white", - "navigationBarBackgroundColor": "#89965f", - "backgroundColor": "#89965f" + "navigationBarBackgroundColor": "#00a89b", + "backgroundColor": "#00a89b" }, "tabBar": { "color": "#909399", diff --git a/pages/address/add.vue b/pages/address/add.vue index 6cb8bc6..a5af442 100644 --- a/pages/address/add.vue +++ b/pages/address/add.vue @@ -1,7 +1,7 @@