Merge branch 'test'
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-07-28 18:51:57 +08:00

View File

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