公司简介小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

90 lines
2.3 KiB

4 weeks ago
"use strict";
const common_vendor = require("../../common/vendor.js");
const common_assets = require("../../common/assets.js");
const myContainer = () => "../../myCom/myContainer/index.js";
const _sfc_main = {
components: {
myContainer
},
data() {
return {
title: "",
bgurl: ""
};
},
onShareAppMessage(res) {
if (res.from === "button") {
console.log(res.target);
}
return {
title: "锦州昊鼎创新科技有限公司",
path: "/pages/index/index",
imageUrl: "/static/images/share.png"
};
},
onLoad() {
},
methods: {
setbgStyle() {
const base64 = common_vendor.index.getFileSystemManager().readFileSync("/static/images/bg.png", "base64");
return {
backgroundImage: `url(data:image/png;base64,${base64})`
};
},
srcollto(e) {
}
}
};
if (!Array) {
const _component_my_container = common_vendor.resolveComponent("my-container");
_component_my_container();
}
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return {
a: common_assets._imports_0,
b: common_assets._imports_1,
c: common_vendor.f(6, (item, index, i0) => {
return {
a: `../../static/images/s3${index + 1}.png`,
b: index
};
}),
d: common_vendor.f(4, (item, index, i0) => {
return {
a: `../../static/images/s4${index + 1}.png`,
b: index
};
}),
e: common_vendor.f(6, (item, index, i0) => {
return {
a: `../../static/images/s5${index + 1}.png`,
b: index
};
}),
f: common_vendor.f(2, (item, index, i0) => {
return {
a: `../../static/images/s6${index + 1}.png`,
b: index
};
}),
g: common_vendor.f(6, (item, index, i0) => {
return {
a: `../../static/images/s7${index + 1}.png`,
b: index
};
}),
h: common_vendor.f(6, (item, index, i0) => {
return {
a: `../../static/images/s7${index + 6}.png`,
b: index
};
}),
i: common_assets._imports_0,
j: common_vendor.o((...args) => $options.srcollto && $options.srcollto(...args)),
k: common_vendor.s($options.setbgStyle())
};
}
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render]]);
_sfc_main.__runtimeHooks = 2;
wx.createPage(MiniProgramPage);