|
"use strict";
|
|
const common_vendor = require("../../common/vendor.js");
|
|
const _sfc_main = {
|
|
data() {
|
|
return {};
|
|
},
|
|
methods: {}
|
|
};
|
|
if (!Array) {
|
|
const _easycom_uni_nav_bar2 = common_vendor.resolveComponent("uni-nav-bar");
|
|
const _easycom_uni_section2 = common_vendor.resolveComponent("uni-section");
|
|
(_easycom_uni_nav_bar2 + _easycom_uni_section2)();
|
|
}
|
|
const _easycom_uni_nav_bar = () => "../../uni_modules/uni-nav-bar/components/uni-nav-bar/uni-nav-bar.js";
|
|
const _easycom_uni_section = () => "../../uni_modules/uni-section/components/uni-section/uni-section.js";
|
|
if (!Math) {
|
|
(_easycom_uni_nav_bar + _easycom_uni_section)();
|
|
}
|
|
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
return common_vendor.e({
|
|
a: common_vendor.p({
|
|
dark: true,
|
|
fixed: true,
|
|
["background-color"]: "#00aaff",
|
|
border: false,
|
|
["status-bar"]: true,
|
|
title: "个人中心"
|
|
}),
|
|
b: common_vendor.p({
|
|
title: "我的订单",
|
|
type: "line",
|
|
titleFontSize: "34rpx"
|
|
}),
|
|
c: common_vendor.f(10, (item, k0, i0) => {
|
|
return {};
|
|
})
|
|
}, {});
|
|
}
|
|
const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-3f122818"]]);
|
|
wx.createPage(MiniProgramPage);
|