|
@@ -94,16 +94,19 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
}, {
|
|
|
e: common_vendor.t(user.value.nick_name || "暂无昵称"),
|
|
|
f: common_vendor.t(getGender(user.value.gender))
|
|
|
- }) : {
|
|
|
- g: config$1.value.icon[0].url,
|
|
|
- h: common_vendor.o(($event) => show.value = true)
|
|
|
- }, {
|
|
|
- i: common_vendor.p({
|
|
|
+ }) : common_vendor.e({
|
|
|
+ g: config$1.value && config$1.value.icon && config$1.value.icon.length > 0
|
|
|
+ }, config$1.value && config$1.value.icon && config$1.value.icon.length > 0 ? {
|
|
|
+ h: config$1.value.icon[0].url
|
|
|
+ } : {}, {
|
|
|
+ i: common_vendor.o(($event) => show.value = true)
|
|
|
+ }), {
|
|
|
+ j: common_vendor.p({
|
|
|
name: "arrow-right",
|
|
|
size: "16"
|
|
|
}),
|
|
|
- j: common_vendor.o(($event) => toCommon(`pagesMy/order/index?status=${"-1"}`)),
|
|
|
- k: common_vendor.f(common_vendor.unref(config.configInfo).orderList, (item, index, i0) => {
|
|
|
+ k: common_vendor.o(($event) => toCommon(`pagesMy/order/index?status=${"-1"}`)),
|
|
|
+ l: common_vendor.f(common_vendor.unref(config.configInfo).orderList, (item, index, i0) => {
|
|
|
return {
|
|
|
a: common_vendor.n(item.icon),
|
|
|
b: common_vendor.t(item.title),
|
|
@@ -117,7 +120,7 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
f: common_vendor.o(($event) => toRoute(item), index)
|
|
|
};
|
|
|
}),
|
|
|
- l: common_vendor.f(menuList.value, (item, index, i0) => {
|
|
|
+ m: common_vendor.f(menuList.value, (item, index, i0) => {
|
|
|
return {
|
|
|
a: common_vendor.n(item.icon),
|
|
|
b: common_vendor.t(item.title),
|
|
@@ -126,12 +129,12 @@ const _sfc_main = /* @__PURE__ */ common_vendor.defineComponent({
|
|
|
e: common_vendor.o(($event) => toCommon(item.route), index)
|
|
|
};
|
|
|
}),
|
|
|
- m: common_vendor.p({
|
|
|
+ n: common_vendor.p({
|
|
|
name: "arrow-right",
|
|
|
size: "16"
|
|
|
}),
|
|
|
- n: common_vendor.o(showChange),
|
|
|
- o: common_vendor.p({
|
|
|
+ o: common_vendor.o(showChange),
|
|
|
+ p: common_vendor.p({
|
|
|
show: show.value
|
|
|
})
|
|
|
});
|