From 5997579aa13e3b11677ee4d6eac3584f4e11429f Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期二, 08 七月 2025 16:53:57 +0800 Subject: [PATCH] 优化 --- 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