|
@@ -89,7 +89,7 @@ const emit = defineEmits(["close"]);
|
|
const current = ref(0);
|
|
const current = ref(0);
|
|
|
|
|
|
const viewDetail = (item) => {
|
|
const viewDetail = (item) => {
|
|
- apis.burying_point({ type: 3 });
|
|
|
|
|
|
+ apis.burying_point({ type: 3 , productId: item.id});
|
|
browser.openLink(
|
|
browser.openLink(
|
|
`/pages/item/item?productId=${item.id}`,
|
|
`/pages/item/item?productId=${item.id}`,
|
|
`https://m.cdfmembers.com/shop/600667208/item?productId=${item.id}`,
|
|
`https://m.cdfmembers.com/shop/600667208/item?productId=${item.id}`,
|