diff --git a/pages/watch/index.vue b/pages/watch/index.vue index c59992e..f5846dd 100644 --- a/pages/watch/index.vue +++ b/pages/watch/index.vue @@ -1162,20 +1162,22 @@ ) break case '2': + res.url = genPaths( '/static/index/watch', - 'warehouse_', - 6, // 张数 + 'delivery_', + 5, // 张数 'png', 1, // 起始索引为 1 false // 不补零 ) break case '3': + res.url = genPaths( '/static/index/watch', - 'delivery_', - 5, // 张数 + 'warehouse_', + 6, // 张数 'png', 1, // 起始索引为 1 false // 不补零 @@ -1319,6 +1321,7 @@ padding-bottom: 50rpx; padding-left: 60rpx; display: flex; + align-items: center; .title-img { width: 55rpx; @@ -1329,7 +1332,7 @@ .title-font { font-size: 32rpx; font-weight: 800; - + } } diff --git a/static/index/warehouse/w10.png b/static/index/warehouse/w10.png index 9e3553b..6f121ff 100644 Binary files a/static/index/warehouse/w10.png and b/static/index/warehouse/w10.png differ diff --git a/unpackage/dist/dev/.nvue/pages/camera.js b/unpackage/dist/dev/.nvue/pages/camera.js index 04100f2..12310ff 100644 --- a/unpackage/dist/dev/.nvue/pages/camera.js +++ b/unpackage/dist/dev/.nvue/pages/camera.js @@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]); +const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]); export { camera as default }; diff --git a/unpackage/dist/dev/.nvue/pages/fullcamera.js b/unpackage/dist/dev/.nvue/pages/fullcamera.js index c959abe..dd59bdc 100644 --- a/unpackage/dist/dev/.nvue/pages/fullcamera.js +++ b/unpackage/dist/dev/.nvue/pages/fullcamera.js @@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) { ) ]); } -const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]); +const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]); export { fullcamera as default };