54 lines
1.9 KiB
JavaScript
54 lines
1.9 KiB
JavaScript
"use strict";
|
|
const common_vendor = require("../../../common/vendor.js");
|
|
if (!Array) {
|
|
const _easycom_u_image2 = common_vendor.resolveComponent("u-image");
|
|
const _easycom_u_cell_item2 = common_vendor.resolveComponent("u-cell-item");
|
|
const _easycom_u_cell_group2 = common_vendor.resolveComponent("u-cell-group");
|
|
const _easycom_u_button2 = common_vendor.resolveComponent("u-button");
|
|
(_easycom_u_image2 + _easycom_u_cell_item2 + _easycom_u_cell_group2 + _easycom_u_button2)();
|
|
}
|
|
const _easycom_u_image = () => "../../../uni_modules/uview-pro/components/u-image/u-image.js";
|
|
const _easycom_u_cell_item = () => "../../../uni_modules/uview-pro/components/u-cell-item/u-cell-item.js";
|
|
const _easycom_u_cell_group = () => "../../../uni_modules/uview-pro/components/u-cell-group/u-cell-group.js";
|
|
const _easycom_u_button = () => "../../../uni_modules/uview-pro/components/u-button/u-button.js";
|
|
if (!Math) {
|
|
(_easycom_u_image + _easycom_u_cell_item + _easycom_u_cell_group + _easycom_u_button)();
|
|
}
|
|
const _sfc_main = {
|
|
__name: "index",
|
|
setup(__props) {
|
|
const src = common_vendor.ref("https://ik.imagekit.io/anyup/uview-pro/logo/default.png");
|
|
return (_ctx, _cache) => {
|
|
return {
|
|
a: common_vendor.p({
|
|
width: "300rpx",
|
|
height: "300rpx",
|
|
shape: "circle",
|
|
["bg-color"]: "var(--u-bg-color)",
|
|
src: src.value
|
|
}),
|
|
b: common_vendor.p({
|
|
title: "姓名",
|
|
value: "张三",
|
|
arrow: false
|
|
}),
|
|
c: common_vendor.p({
|
|
title: "联系方式",
|
|
value: "13395515136",
|
|
arrow: false
|
|
}),
|
|
d: common_vendor.p({
|
|
title: "所属单位",
|
|
value: "xxxxxxxxxxxxxx单位",
|
|
arrow: false
|
|
}),
|
|
e: common_vendor.p({
|
|
type: "primary"
|
|
})
|
|
};
|
|
};
|
|
}
|
|
};
|
|
wx.createComponent(_sfc_main);
|
|
//# sourceMappingURL=../../../../.sourcemap/mp-weixin/pages/index/about/index.js.map
|