58 lines
2.2 KiB
JavaScript
58 lines
2.2 KiB
JavaScript
|
|
"use strict";
|
||
|
|
const common_vendor = require("../../common/vendor.js");
|
||
|
|
const _sfc_main = {
|
||
|
|
methods: {
|
||
|
|
handleClick() {
|
||
|
|
common_vendor.index.__f__("log", "at pages/home/test.vue:61", "电动车列表按钮被点击");
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/ebikehouse/ebikelist"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
wholeClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/wholebind/wholebind"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
ecuunbindClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/ecuunbind/ecuunbindlist"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
qrcodeClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/qrcodereplace/qrcodereplace"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
detectionEcuClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/detectionecu/detectionecu"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
blueClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/bluetooth/bluetoothscan"
|
||
|
|
});
|
||
|
|
},
|
||
|
|
bindhelmetClick() {
|
||
|
|
common_vendor.index.navigateTo({
|
||
|
|
url: "/pages/warehouse/bindhelmet/bindhelmet"
|
||
|
|
});
|
||
|
|
}
|
||
|
|
}
|
||
|
|
};
|
||
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
||
|
|
return {
|
||
|
|
a: common_vendor.o((...args) => $options.handleClick && $options.handleClick(...args)),
|
||
|
|
b: common_vendor.o((...args) => $options.detectionEcuClick && $options.detectionEcuClick(...args)),
|
||
|
|
c: common_vendor.o((...args) => $options.qrcodeClick && $options.qrcodeClick(...args)),
|
||
|
|
d: common_vendor.o((...args) => $options.handleClick && $options.handleClick(...args)),
|
||
|
|
e: common_vendor.o((...args) => $options.ecuunbindClick && $options.ecuunbindClick(...args)),
|
||
|
|
f: common_vendor.o((...args) => $options.bindhelmetClick && $options.bindhelmetClick(...args)),
|
||
|
|
g: common_vendor.o((...args) => $options.wholeClick && $options.wholeClick(...args)),
|
||
|
|
h: common_vendor.o((...args) => $options.blueClick && $options.blueClick(...args))
|
||
|
|
};
|
||
|
|
}
|
||
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-a871c09d"]]);
|
||
|
|
wx.createPage(MiniProgramPage);
|
||
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/home/test.js.map
|