65 lines
2.1 KiB
JavaScript
65 lines
2.1 KiB
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
const common_assets = require("../../common/assets.js");
|
||
|
if (!Array) {
|
||
|
const _easycom_u_modal2 = common_vendor.resolveComponent("u-modal");
|
||
|
_easycom_u_modal2();
|
||
|
}
|
||
|
const _easycom_u_modal = () => "../../uni_modules/vk-uview-ui/components/u-modal/u-modal.js";
|
||
|
if (!Math) {
|
||
|
_easycom_u_modal();
|
||
|
}
|
||
|
const _sfc_main = {
|
||
|
__name: "where",
|
||
|
setup(__props) {
|
||
|
const show = common_vendor.ref(false);
|
||
|
const content = common_vendor.ref("");
|
||
|
const form = common_vendor.reactive({
|
||
|
orgLeader: "",
|
||
|
orgLeaderPhone: "",
|
||
|
orgBuildingNumber: "",
|
||
|
orgPropertyType: "",
|
||
|
orgBuildingArea: ""
|
||
|
});
|
||
|
common_vendor.ref("");
|
||
|
common_vendor.ref("");
|
||
|
common_vendor.ref("");
|
||
|
const next = () => {
|
||
|
};
|
||
|
const goBack = () => {
|
||
|
common_vendor.index.navigateBack();
|
||
|
};
|
||
|
const jumpToMap = () => {
|
||
|
common_vendor.index.navigateTo({
|
||
|
url: "/pages/map/index"
|
||
|
});
|
||
|
};
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.o(($event) => show.value = $event),
|
||
|
b: common_vendor.p({
|
||
|
content: content.value,
|
||
|
modelValue: show.value
|
||
|
}),
|
||
|
c: common_assets._imports_0$5,
|
||
|
d: common_vendor.o(jumpToMap),
|
||
|
e: form.orgLeader,
|
||
|
f: common_vendor.o(($event) => form.orgLeader = $event.detail.value),
|
||
|
g: form.orgLeaderPhone,
|
||
|
h: common_vendor.o(($event) => form.orgLeaderPhone = $event.detail.value),
|
||
|
i: form.orgBuildingNumber,
|
||
|
j: common_vendor.o(($event) => form.orgBuildingNumber = $event.detail.value),
|
||
|
k: form.orgPropertyType,
|
||
|
l: common_vendor.o(($event) => form.orgPropertyType = $event.detail.value),
|
||
|
m: form.orgBuildingArea,
|
||
|
n: common_vendor.o(($event) => form.orgBuildingArea = $event.detail.value),
|
||
|
o: common_vendor.o(goBack),
|
||
|
p: common_vendor.o(next)
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-549d1cee"]]);
|
||
|
wx.createPage(MiniProgramPage);
|
||
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/addjigou/where.js.map
|