Fix:4526 【旅居商城小程序】旅居商家PC端上架团购未配置套餐详情时,前端应该隐藏套餐详情模块
This commit is contained in:
@@ -315,6 +315,7 @@ export default {
|
|||||||
const res = await getJiaLouProductDetail(this.id)
|
const res = await getJiaLouProductDetail(this.id)
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
this.detail = res.data
|
this.detail = res.data
|
||||||
|
this.detail.packageDetails = this.detail.packageDetails.filter(e => e.title !== '')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user