2024-09-19 07:20:14 +08:00
|
|
|
"use strict";
|
2024-10-01 09:15:35 +08:00
|
|
|
const common_vendor = require("../../../../../common/vendor.js");
|
|
|
|
const modules_mall_sheep_index = require("../../index.js");
|
2024-09-19 07:20:14 +08:00
|
|
|
if (!Array) {
|
|
|
|
const _easycom_uni_tag2 = common_vendor.resolveComponent("uni-tag");
|
|
|
|
_easycom_uni_tag2();
|
|
|
|
}
|
2024-10-01 09:15:35 +08:00
|
|
|
const _easycom_uni_tag = () => "../../../../../uni_modules/uni-tag/components/uni-tag/uni-tag.js";
|
2024-09-19 07:20:14 +08:00
|
|
|
if (!Math) {
|
|
|
|
_easycom_uni_tag();
|
|
|
|
}
|
|
|
|
const _sfc_main = {
|
|
|
|
__name: "s-address-item",
|
|
|
|
props: {
|
|
|
|
item: {
|
|
|
|
type: Object,
|
|
|
|
default() {
|
|
|
|
}
|
|
|
|
},
|
|
|
|
hasBorderBottom: {
|
|
|
|
type: Boolean,
|
|
|
|
defult: true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
setup(__props) {
|
|
|
|
const props = __props;
|
|
|
|
const onEdit = () => {
|
2024-10-01 09:15:35 +08:00
|
|
|
modules_mall_sheep_index.sheep.$router.go("/modules/mall/user/address/edit", {
|
2024-09-19 07:20:14 +08:00
|
|
|
id: props.item.id
|
|
|
|
});
|
|
|
|
};
|
|
|
|
return (_ctx, _cache) => {
|
|
|
|
return common_vendor.e({
|
|
|
|
a: !common_vendor.unref(common_vendor.isEmpty)(props.item)
|
|
|
|
}, !common_vendor.unref(common_vendor.isEmpty)(props.item) ? common_vendor.e({
|
|
|
|
b: props.item.defaultStatus
|
|
|
|
}, props.item.defaultStatus ? {
|
|
|
|
c: common_vendor.p({
|
|
|
|
size: "small",
|
|
|
|
["custom-style"]: "background-color: var(--ui-BG-Main); border-color: var(--ui-BG-Main); color: #fff;",
|
|
|
|
text: "默认"
|
|
|
|
})
|
|
|
|
} : {}, {
|
|
|
|
d: common_vendor.t(props.item.areaName),
|
|
|
|
e: common_vendor.t(props.item.detailAddress),
|
|
|
|
f: common_vendor.t(props.item.name),
|
|
|
|
g: common_vendor.t(props.item.mobile)
|
|
|
|
}) : {}, {
|
2024-10-01 09:15:35 +08:00
|
|
|
h: common_vendor.unref(modules_mall_sheep_index.sheep).$url.static("/static/img/shop/user/address/edit.png"),
|
2024-09-19 07:20:14 +08:00
|
|
|
i: common_vendor.o(onEdit),
|
|
|
|
j: common_vendor.n({
|
|
|
|
"border-bottom": props.hasBorderBottom
|
|
|
|
})
|
|
|
|
});
|
|
|
|
};
|
|
|
|
}
|
|
|
|
};
|
2024-10-01 09:15:35 +08:00
|
|
|
const Component = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["__scopeId", "data-v-e42ffc99"]]);
|
2024-09-19 07:20:14 +08:00
|
|
|
wx.createComponent(Component);
|