zhengyiming
4 天以前 54c855f59c45fea76d12961dc1a861cb212d54f3
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">