30 lines
1.1 KiB
JavaScript
30 lines
1.1 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
__name: "company",
|
|
setup(__props) {
|
|
const goBack = () => {
|
|
common_vendor.index.navigateBack();
|
|
};
|
|
const text = common_vendor.ref("");
|
|
common_vendor.onLoad((options) => {
|
|
text.value = JSON.parse(options.element);
|
|
common_vendor.index.__f__("log", "at pages/yuangongindex/company.vue:46", "???", text.value);
|
|
});
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.o(goBack),
|
|
b: common_vendor.t(text.value.departName),
|
|
c: common_vendor.t(text.value.comLegalPerson),
|
|
d: common_vendor.t(text.value.tel),
|
|
e: common_vendor.t(text.value.orgPropertyType),
|
|
f: common_vendor.t(text.value.orgBuildingArea + "m²"),
|
|
g: common_vendor.t(text.value.comRegisterAddress)
|
|
};
|
|
};
|
|
}
|
|
};
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-1365fbb2"]]);
|
|
wx.createPage(MiniProgramPage);
|
|
//# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/yuangongindex/company.js.map
|