You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
0 B
44 lines
0 B
2 years ago
|
"use strict";
|
||
|
const common_vendor = require("../../../common/vendor.js");
|
||
|
if (!Array) {
|
||
|
const _easycom_u_navbar2 = common_vendor.resolveComponent("u-navbar");
|
||
|
_easycom_u_navbar2();
|
||
|
}
|
||
|
const _easycom_u_navbar = () => "../../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
||
|
if (!Math) {
|
||
|
_easycom_u_navbar();
|
||
|
}
|
||
|
const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
||
|
__name: "DeliveryCustomerScan",
|
||
|
setup(__props) {
|
||
|
function goCustomerOrdersDetails() {
|
||
|
common_vendor.index.navigateTo({
|
||
|
url: "/pagesHome/pages/CustomerOrdersDetails/CustomerOrdersDetails"
|
||
|
});
|
||
|
}
|
||
|
function goLoadingDetails() {
|
||
|
common_vendor.index.navigateTo({
|
||
|
url: "/pagesHome/pages/LoadingDetails/LoadingDetails"
|
||
|
});
|
||
|
}
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.p({
|
||
|
title: "配送客户扫描",
|
||
|
placeholder: true,
|
||
|
border: "true",
|
||
|
autoBack: true,
|
||
|
leftIconSize: "35"
|
||
|
}),
|
||
|
b: common_vendor.f([1, 2, 3, 4, 5, 6, 67, 7, 1, 1], (item, k0, i0) => {
|
||
|
return {};
|
||
|
}),
|
||
|
c: common_vendor.o(goCustomerOrdersDetails),
|
||
|
d: common_vendor.o(goLoadingDetails)
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
});
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "F:/物流/logPm/pagesHome/pages/DeliveryCustomerScan/DeliveryCustomerScan.vue"]]);
|
||
|
wx.createPage(MiniProgramPage);
|