24 lines
905 B
JavaScript
24 lines
905 B
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
const utils_commUtils = require("../../utils/commUtils.js");
|
||
|
if (!Array) {
|
||
|
const _component_layout_default_uni = common_vendor.resolveComponent("layout-default-uni");
|
||
|
_component_layout_default_uni();
|
||
|
}
|
||
|
const _sfc_main = {
|
||
|
__name: "index",
|
||
|
setup(__props) {
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.unref(utils_commUtils.imgUrl)("@/static/home/book.png"),
|
||
|
b: common_vendor.unref(utils_commUtils.imgUrl)("@/static/home/yl.png"),
|
||
|
c: common_vendor.unref(utils_commUtils.imgUrl)("@/static/home/yl.png"),
|
||
|
d: common_vendor.unref(utils_commUtils.imgUrl)("@/static/home/mr.png")
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-95cbd78d"]]);
|
||
|
wx.createPage(MiniProgramPage);
|
||
|
//# sourceMappingURL=index.js.map
|