Fix:4526 【旅居商城小程序】旅居商家PC端上架团购未配置套餐详情时,前端应该隐藏套餐详情模块

This commit is contained in:
linxi
2025-11-12 14:37:12 +08:00
parent a050e39099
commit ec042122c8
+1
View File
@@ -315,6 +315,7 @@ export default {
const res = await getJiaLouProductDetail(this.id)
if (res.status === 200) {
this.detail = res.data
this.detail.packageDetails = this.detail.packageDetails.filter(e => e.title !== '')
}
},