From 3dd2f91fbc88641202a272d8d179d40e0686ace4 Mon Sep 17 00:00:00 2001 From: QYF-GitLab1 <1940665526@qq.com> Date: 星期二, 08 七月 2025 16:24:00 +0800 Subject: [PATCH] 销售方式跳转、扫码、Isbn弹框、出版日期 --- packagePersonal/pages/myOrder/index.js | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/packagePersonal/pages/myOrder/index.js b/packagePersonal/pages/myOrder/index.js index 365419e..20cb563 100644 --- a/packagePersonal/pages/myOrder/index.js +++ b/packagePersonal/pages/myOrder/index.js @@ -356,7 +356,11 @@ } else if (book.orderSaleMethod.type == 'createProductSaleMethod' && book.orderSaleMethod.cmsItemList == 0) { title = '鍥句功鏈嶅姟-缁勫嵎' } else { - title = '鍥句功鏈嶅姟-浜戝涔�' + if (book.orderSaleMethod.cmsItemList.length && book.orderSaleMethod.cmsItemList[0].type == "questionBankFolder") { + title = '鍥句功鏈嶅姟-浜戞祴璇�' + } else { + title = '鍥句功鏈嶅姟-浜戝涔�' + } } } else if (type == 'jsek_digitalCourses') { title = '鏁板瓧鏁欐潗' -- Gitblit v1.9.1