81 lines
2.7 KiB
JavaScript
81 lines
2.7 KiB
JavaScript
|
"use strict";
|
||
|
const common_vendor = require("../../common/vendor.js");
|
||
|
if (!Array) {
|
||
|
const _easycom_up_icon2 = common_vendor.resolveComponent("up-icon");
|
||
|
const _easycom_up_navbar2 = common_vendor.resolveComponent("up-navbar");
|
||
|
const _easycom_up_avatar2 = common_vendor.resolveComponent("up-avatar");
|
||
|
const _easycom_up_cell2 = common_vendor.resolveComponent("up-cell");
|
||
|
const _easycom_up_cell_group2 = common_vendor.resolveComponent("up-cell-group");
|
||
|
(_easycom_up_icon2 + _easycom_up_navbar2 + _easycom_up_avatar2 + _easycom_up_cell2 + _easycom_up_cell_group2)();
|
||
|
}
|
||
|
const _easycom_up_icon = () => "../../uni_modules/uview-plus/components/u-icon/u-icon.js";
|
||
|
const _easycom_up_navbar = () => "../../uni_modules/uview-plus/components/u-navbar/u-navbar.js";
|
||
|
const _easycom_up_avatar = () => "../../uni_modules/uview-plus/components/u-avatar/u-avatar.js";
|
||
|
const _easycom_up_cell = () => "../../uni_modules/uview-plus/components/u-cell/u-cell.js";
|
||
|
const _easycom_up_cell_group = () => "../../uni_modules/uview-plus/components/u-cell-group/u-cell-group.js";
|
||
|
if (!Math) {
|
||
|
(_easycom_up_icon + _easycom_up_navbar + _easycom_up_avatar + _easycom_up_cell + _easycom_up_cell_group)();
|
||
|
}
|
||
|
const _sfc_main = {
|
||
|
__name: "my",
|
||
|
setup(__props) {
|
||
|
common_vendor.ref("");
|
||
|
common_vendor.ref(true);
|
||
|
return (_ctx, _cache) => {
|
||
|
return {
|
||
|
a: common_vendor.p({
|
||
|
name: "camera-fill",
|
||
|
color: "#000000",
|
||
|
size: "48"
|
||
|
}),
|
||
|
b: common_vendor.p({
|
||
|
fixed: false,
|
||
|
["is-back"]: false,
|
||
|
title: "个人中心",
|
||
|
["border-bottom"]: false
|
||
|
}),
|
||
|
c: common_vendor.p({
|
||
|
src: "https://cdn.uviewui.com/uview/album/1.jpg",
|
||
|
size: "140"
|
||
|
}),
|
||
|
d: common_vendor.p({
|
||
|
name: "scan",
|
||
|
color: "#969799",
|
||
|
size: "28"
|
||
|
}),
|
||
|
e: common_vendor.p({
|
||
|
name: "arrow-right",
|
||
|
color: "#969799",
|
||
|
size: "28"
|
||
|
}),
|
||
|
f: common_vendor.p({
|
||
|
icon: "rmb-circle",
|
||
|
title: "支付"
|
||
|
}),
|
||
|
g: common_vendor.p({
|
||
|
icon: "star",
|
||
|
title: "收藏"
|
||
|
}),
|
||
|
h: common_vendor.p({
|
||
|
icon: "photo",
|
||
|
title: "相册"
|
||
|
}),
|
||
|
i: common_vendor.p({
|
||
|
icon: "coupon",
|
||
|
title: "卡券"
|
||
|
}),
|
||
|
j: common_vendor.p({
|
||
|
icon: "heart",
|
||
|
title: "关注"
|
||
|
}),
|
||
|
k: common_vendor.p({
|
||
|
icon: "setting",
|
||
|
title: "设置"
|
||
|
})
|
||
|
};
|
||
|
};
|
||
|
}
|
||
|
};
|
||
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__file", "D:/里海数字乡村/purchase-let/pages/my/my.vue"]]);
|
||
|
wx.createPage(MiniProgramPage);
|