acdr-ui/dist/dev/mp-weixin/page.js
2024-10-01 09:15:35 +08:00

94 lines
3.2 KiB
JavaScript

"use strict";
var __async = (__this, __arguments, generator) => {
return new Promise((resolve, reject) => {
var fulfilled = (value) => {
try {
step(generator.next(value));
} catch (e) {
reject(e);
}
};
var rejected = (value) => {
try {
step(generator.throw(value));
} catch (e) {
reject(e);
}
};
var step = (x) => x.done ? resolve(x.value) : Promise.resolve(x.value).then(fulfilled, rejected);
step((generator = generator.apply(__this, __arguments)).next());
});
};
const common_vendor = require("./common/vendor.js");
const modules_mall_sheep_api_promotion_diy = require("./modules/mall/sheep/api/promotion/diy.js");
if (!Array) {
const _easycom_s_block_item2 = common_vendor.resolveComponent("s-block-item");
const _easycom_s_block2 = common_vendor.resolveComponent("s-block");
const _easycom_s_layout2 = common_vendor.resolveComponent("s-layout");
const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni");
(_easycom_s_block_item2 + _easycom_s_block2 + _easycom_s_layout2 + _component_layout_default_uni)();
}
const _easycom_s_block_item = () => "./modules/mall/sheep/components/s-block-item/s-block-item.js";
const _easycom_s_block = () => "./modules/mall/sheep/components/s-block/s-block.js";
const _easycom_s_layout = () => "./modules/mall/sheep/components/s-layout/s-layout.js";
if (!Math) {
(_easycom_s_block_item + _easycom_s_block + _easycom_s_layout)();
}
const _sfc_main = {
__name: "page",
setup(__props) {
const state = common_vendor.reactive({
name: "",
components: [],
navigationBar: {},
page: {}
});
common_vendor.onLoad((options) => __async(this, null, function* () {
var _a, _b, _c;
let id = options.id;
if (options.scene) {
const sceneParams = decodeURIComponent(options.scene).split("=");
id = sceneParams[1];
}
const { code, data } = yield modules_mall_sheep_api_promotion_diy.DiyApi.getDiyPage(id);
if (code === 0) {
state.name = data.name;
state.components = (_a = data.property) == null ? void 0 : _a.components;
state.navigationBar = (_b = data.property) == null ? void 0 : _b.navigationBar;
state.page = (_c = data.property) == null ? void 0 : _c.page;
}
}));
common_vendor.onPageScroll(() => {
});
return (_ctx, _cache) => {
return {
a: common_vendor.f(state.components, (item, index, i0) => {
return {
a: "498bb13d-3-" + i0 + "," + ("498bb13d-2-" + i0),
b: common_vendor.p({
type: item.id,
data: item.property,
styles: item.property.style
}),
c: index,
d: "498bb13d-2-" + i0 + ",498bb13d-1",
e: common_vendor.p({
styles: item.property.style
})
};
}),
b: common_vendor.p({
title: state.name,
navbar: "custom",
bgStyle: state.page,
navbarStyle: state.navigationBar,
onShareAppMessage: true,
showLeftButton: true
})
};
};
}
};
_sfc_main.__runtimeHooks = 3;
exports._sfc_main = _sfc_main;