|
|
@@ -947,6 +947,10 @@ export default {
|
|
|
this.orderGoodsId = Number(option.orderGoodsId) || "";
|
|
|
this.gradeId = option.gradeId;
|
|
|
this.isOther = option.isOther;
|
|
|
+ if (this.isOther) {
|
|
|
+ this.showMark = true;
|
|
|
+ return;
|
|
|
+ }
|
|
|
this.option = option;
|
|
|
|
|
|
// 公众号模板消息的数据埋点
|
|
|
@@ -1009,6 +1013,7 @@ export default {
|
|
|
orderGoodsId: this.orderGoodsId,
|
|
|
})
|
|
|
.then((res) => {
|
|
|
+
|
|
|
if (res.data.code == 200) {
|
|
|
this.courseList.push.apply(this.courseList, res.data.rows);
|
|
|
// 科目
|
|
|
@@ -1157,7 +1162,6 @@ export default {
|
|
|
|
|
|
// 原来onshow里面的内容
|
|
|
originOnShow() {
|
|
|
- console.log("原来onshow里面的originOnShow");
|
|
|
if (this.isOther) {
|
|
|
this.showMark = true;
|
|
|
return;
|