apps/housekeepingMiniApp/src/subpackages/sercice/serciceDetail/serciceDetail.vue
@@ -137,7 +137,7 @@ ]; skuState.goods = { skuId: SkuUtils.DefaultSkuSpecId, price: toThousand(res.specs[0].price), price: res.specs[0].price, imagePath: setOSSLink(res.files[0]), name: res.name, }; @@ -166,7 +166,7 @@ }); }); async function handleAttention() { const handleAttention = useAccessLogin(async () => { try { let params: API.CollectionStandardServiceCommand = { ids: [id], @@ -177,7 +177,7 @@ refetch({ type: 'inactive' }); } } catch (error) {} } }); </script> <style lang="scss">