货无忧
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.

40 lines
943 B

2 years ago
"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
setup() {
1 year ago
common_vendor.reactive({
2 years ago
activity: null,
receiver: null,
1 year ago
intentFilter: null,
isstart: false
// ishidestop:false,
2 years ago
});
1 year ago
common_vendor.defineProps();
2 years ago
common_vendor.onLoad(() => {
1 year ago
});
common_vendor.onShow(() => {
2 years ago
});
common_vendor.onHide(() => {
});
common_vendor.onUnload(() => {
common_vendor.index.$off("scancodedate");
});
function initScan() {
}
function startScan() {
}
function stopScan() {
}
return {
startScan,
stopScan,
initScan
};
}
};
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {};
}
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "F:/物流/logPm/compoment/saomiao4.vue"]]);
wx.createComponent(Component);