diff --git a/pages/shop/EvaluateList/index.vue b/pages/shop/EvaluateList/index.vue
index 72d8afa..e43dd80 100644
--- a/pages/shop/EvaluateList/index.vue
+++ b/pages/shop/EvaluateList/index.vue
@@ -124,7 +124,7 @@ export default {
return {
...item,
star,
- sku: skuText,
+ sku: item.travelGroupProductName || skuText,
picturesArr
};
});
diff --git a/pkg_product/views/groupBuyDetails.vue b/pkg_product/views/groupBuyDetails.vue
index bc3c484..ccbbbc4 100644
--- a/pkg_product/views/groupBuyDetails.vue
+++ b/pkg_product/views/groupBuyDetails.vue
@@ -513,7 +513,7 @@ export default {
return {
...item,
star,
- sku: skuText,
+ sku: item.travelGroupProductName || skuText,
picturesArr
}
})
diff --git a/pkg_product/views/healthList.vue b/pkg_product/views/healthList.vue
index cea6db4..3fd83b8 100644
--- a/pkg_product/views/healthList.vue
+++ b/pkg_product/views/healthList.vue
@@ -72,14 +72,14 @@
@click="changeTab(1)"
/>
-->
-
+