caichengyu 3 月之前
父節點
當前提交
91e7701d55
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      pages3/polyv/detail.vue

+ 2 - 0
pages3/polyv/detail.vue

@@ -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();
+						}
 					}
 				}
 			},