officialAccount/unpackage/dist/dev/mp-weixin/pages/selectunit/map.js

31 lines
1017 B
JavaScript

"use strict";
const common_vendor = require("../../common/vendor.js");
const common_assets = require("../../common/assets.js");
const _sfc_main = {
__name: "map",
setup(__props) {
const isRuler = common_vendor.ref(true);
return (_ctx, _cache) => {
return {
a: common_vendor.o(($event) => isRuler.value = true),
b: common_vendor.s(!isRuler.value ? {
color: `black`,
backgroundColor: `#fff`
} : {}),
c: common_vendor.o(($event) => isRuler.value = false),
d: common_vendor.s(isRuler.value ? {
color: `black`,
backgroundColor: `#fff`
} : {}),
e: common_vendor.o(() => {
}),
f: common_assets._imports_0$3,
g: common_assets._imports_1$5
};
};
}
};
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-33c0aee6"]]);
wx.createPage(MiniProgramPage);
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/selectunit/map.js.map