@@ -604,6 +604,7 @@
orderGoodsId: this.orderGoodsId,
});
if (res1.data.code !== 200) {
+ if(res1.data.msg!='课程定位错误'){
uni.showModal({
showCancel: false,
title: "提示",
@@ -613,6 +614,7 @@
},
return Promise.reject();
+ }
}