This commit is contained in:
parent
efde4a751f
commit
5b971b58c3
|
|
@ -1162,20 +1162,22 @@
|
||||||
)
|
)
|
||||||
break
|
break
|
||||||
case '2':
|
case '2':
|
||||||
|
|
||||||
res.url = genPaths(
|
res.url = genPaths(
|
||||||
'/static/index/watch',
|
'/static/index/watch',
|
||||||
'warehouse_',
|
'delivery_',
|
||||||
6, // 张数
|
5, // 张数
|
||||||
'png',
|
'png',
|
||||||
1, // 起始索引为 1
|
1, // 起始索引为 1
|
||||||
false // 不补零
|
false // 不补零
|
||||||
)
|
)
|
||||||
break
|
break
|
||||||
case '3':
|
case '3':
|
||||||
|
|
||||||
res.url = genPaths(
|
res.url = genPaths(
|
||||||
'/static/index/watch',
|
'/static/index/watch',
|
||||||
'delivery_',
|
'warehouse_',
|
||||||
5, // 张数
|
6, // 张数
|
||||||
'png',
|
'png',
|
||||||
1, // 起始索引为 1
|
1, // 起始索引为 1
|
||||||
false // 不补零
|
false // 不补零
|
||||||
|
|
@ -1319,6 +1321,7 @@
|
||||||
padding-bottom: 50rpx;
|
padding-bottom: 50rpx;
|
||||||
padding-left: 60rpx;
|
padding-left: 60rpx;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
|
||||||
.title-img {
|
.title-img {
|
||||||
width: 55rpx;
|
width: 55rpx;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 152 KiB |
|
|
@ -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 {
|
export {
|
||||||
camera as default
|
camera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
export {
|
||||||
fullcamera as default
|
fullcamera as default
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue