zhengyiming
2 天以前 35459a550185254b8030cbf10ea07dcc4631c062
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">
@@ -237,5 +237,11 @@
  .serciceDetail-content-list {
    margin-bottom: 20px;
  }
  .serciceDetail-recommend-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
</style>