feat: 新增预售书重复购买提示

- 更新应用版本号至1.0.52
- 在订单提交页面新增预售备注确认弹窗,用户可在购买前查看并确认备注内容
- 添加相关方法以处理预售备注的显示和确认逻辑
- 更新请求配置,增加预售备注接口
This commit is contained in:
2026-03-25 11:40:20 +08:00
parent d635ab5081
commit e2a546218a
3 changed files with 79 additions and 3 deletions

View File

@@ -107,6 +107,7 @@ export default {
list: "app/phone.do?getCourseDetail_new",
initPrepareOrder: "common/buyOrder/initPrepareOrder",
buyOrder: "book/buyOrder/placeOrder",
presaleRemark: "book/buyOrder/presaleRemark",
curriculumInfo: "app/phone.do?getCourseInfo",
detailInfo: "app/phoneDoctor.do?getTaiHuClassInfo_new",
userInfo: "common/user/getUserInfo",