diff --git a/pages.json b/pages.json index 73e2c17..c942c98 100644 --- a/pages.json +++ b/pages.json @@ -36,17 +36,20 @@ }, { "path": "pages/head/fertilizerapplicator/detail", "style": { - "navigationBarTitleText": "施肥机" + "navigationBarTitleText": "施肥机", + "navigationStyle": "custom" } }, { "path": "pages/head/fertilizerapplicator/detailkl", "style": { - "navigationBarTitleText": "施肥机" + "navigationBarTitleText": "施肥机", + "navigationStyle": "custom" } }, { "path": "pages/head/headdevice/detail", "style": { - "navigationBarTitleText": "首部" + "navigationBarTitleText": "首部", + "navigationStyle": "custom" } }, { "path": "pages/mine/index", @@ -175,35 +178,35 @@ "path": "pages/fourmonitor/index", "style": { "navigationBarTitleText": "农情", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/weatherstation", "style": { "navigationBarTitleText": "气象站", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/pest", "style": { "navigationBarTitleText": "虫情", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/spore", "style": { "navigationBarTitleText": "孢子", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/fourmonitor/camera", "style": { "navigationBarTitleText": "摄像头", - "enablePullDownRefresh": false + "navigationStyle": "custom" } }, { "path": "pages/popup/index-popup", diff --git a/pages/fourmonitor/camera.vue b/pages/fourmonitor/camera.vue index 1c4194a..a7ea4b6 100644 --- a/pages/fourmonitor/camera.vue +++ b/pages/fourmonitor/camera.vue @@ -1,4 +1,5 @@