packageBookService/pages/bookServices/detail/index.js
@@ -1006,7 +1006,7 @@ // 查找目录下资源销售方式,目录下资源没有销售方式 if (item.saleMethod?.length == 0) { // 查看其父级是否有销售方式 if (parent.saleMethod?.length > 0) { if (parent?.saleMethod?.length > 0) { // 父级是有销售方式直接显示按钮 parent.isShowIcon = true } @@ -1163,6 +1163,7 @@ openLearnids: result, learnPath: type.productLinkPath }); debugger } }) },