Compare commits

...

2 Commits

Author SHA1 Message Date
621dc85f1f Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 18:51:57 +08:00
ffa1c94bf7 fix(custom):
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-28 18:51:32 +08:00

View File

@@ -184,7 +184,6 @@ const getStoreInfo = async () => {
title: mer_info.value.name,
});
swiperList.value = mer_info.value.img.split(',');
console.log(res);
};
const clickPhone = () => {
@@ -211,7 +210,7 @@ const class_list = ref<
>([]);
const get_class_list = async () => {
const res = await getMerCategory({
Bid: mer_info.value.bid,
Bid: bid.value,
});
class_list.value = res.data.data || [];
await get_good_list(class_list.value[0]?.ID as number);
@@ -255,7 +254,7 @@ const get_good_list = async (id: number) => {
mask: true,
});
const res = await getGoodList({
bid: mer_info.value.bid,
bid: bid.value,
goods_class_id: id,
status: 1,
state: 1,