diff --git a/src/pages/base/course-selection/detail.vue b/src/pages/base/course-selection/detail.vue index 2377bce..cd82678 100644 --- a/src/pages/base/course-selection/detail.vue +++ b/src/pages/base/course-selection/detail.vue @@ -9,7 +9,7 @@ @@ -128,7 +128,7 @@ interface CourseData { kcjsms?: string; jxll?: string; remark?: string; - xkkcImg?: string; + lxtp?: string; [key: string]: any; // 允许其他字段 } @@ -161,7 +161,7 @@ const courseDetail = computed(() => { location: data.kcdd || "暂无地点信息", price: data.kcje || 0, studyTime: data.studyTime || "暂无上课时间", - xkkcImg: imagUrl(data.xkkcImg), // 使用imagUrl处理图片路径 + lxtp: imagUrl(data.lxtp || ''), // 使用imagUrl处理图片路径 }; }); diff --git a/src/pages/base/course-selection/pay-wait.vue b/src/pages/base/course-selection/pay-wait.vue index 11acab8..2a98c56 100644 --- a/src/pages/base/course-selection/pay-wait.vue +++ b/src/pages/base/course-selection/pay-wait.vue @@ -141,12 +141,12 @@ onLoad(async (options: any) => { } } else { uni.showToast({ - title: "订单查询失败", + title: "订单状态查询失败", icon: "error", }); - setTimeout(() => { - goBack(); - }, 2000); + // setTimeout(() => { + // goBack(); + // }, 2000); } } catch (error) { console.log("订单查询失败", error);