You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
570 B
JavaScript
19 lines
570 B
JavaScript
"use strict";
|
|
const common_vendor = require("../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "contact",
|
|
setup(__props) {
|
|
const openMap = () => {
|
|
common_vendor.index.showToast({ title: "地图功能待接入", icon: "none" });
|
|
};
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.o(openMap)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-10b9b775"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../.sourcemap/mp-weixin/pages/contact.js.map
|