"use strict";
const common_vendor = require("../common/vendor.js");
const _sfc_main = {
  setup() {
    common_vendor.reactive({
      activity: null,
      receiver: null,
      intentFilter: null,
      isstart: false
      // ishidestop:false,
    });
    common_vendor.defineProps();
    common_vendor.onLoad(() => {
    });
    common_vendor.onShow(() => {
    });
    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", "D:/workSpace/logpm/compoment/saomiao4.vue"]]);
wx.createComponent(Component);