diff --git a/App.vue b/App.vue index b9324b8..c034e84 100644 --- a/App.vue +++ b/App.vue @@ -32,4 +32,9 @@ font-weight: bold; padding-left:24upx; } + .status_bar { + height: var(--status-bar-height); + width: 100%; + background-color:#ffffff; + } diff --git a/components/wyb-drop-down/wyb-drop-down.vue b/components/wyb-drop-down/wyb-drop-down.vue index 258e66a..19d8e48 100644 --- a/components/wyb-drop-down/wyb-drop-down.vue +++ b/components/wyb-drop-down/wyb-drop-down.vue @@ -4,12 +4,12 @@ :style="{ '--duration': duration + 'ms', '--autoContentTop': autoContentTop}"> - ", - "", - "", - "", - "", + "", "", "", + "", "", + "", + "", + "", "", + "", + "", + "", "", - "", + "", "", - "", - "", "" ] }, @@ -63,7 +65,13 @@ "UniversalLinks" : "https://lxwx.njrenzhou.cn/" } }, - "ad" : {} + "ad" : {}, + "share" : { + "weixin" : { + "appid" : "wx4ef4d1bae93a66ab", + "UniversalLinks" : "https://lxwx.njrenzhou.cn/" + } + } }, "icons" : { "android" : { diff --git a/pages.json b/pages.json index ee6d7a8..eea6b60 100644 --- a/pages.json +++ b/pages.json @@ -36,10 +36,11 @@ },{ "path" : "pages/my/my", - "style" : - { + "style":{ "navigationBarTitleText": "", - "enablePullDownRefresh": false + "enablePullDownRefresh": false, + "navigationStyle": "custom", + "navigationBarBackgroundColor": "#000000" } },{ @@ -111,7 +112,7 @@ "navigationStyle": "custom", "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", - "navigationBarBackgroundColor": "#F3F5F7", + "navigationBarBackgroundColor": "#ffffff", "backgroundColor": "#F3F5F7" }, "uniIdRouter": {}, diff --git a/pages/detail/detail.vue b/pages/detail/detail.vue index b4f6112..48a884c 100644 --- a/pages/detail/detail.vue +++ b/pages/detail/detail.vue @@ -1,5 +1,6 @@