|
@@ -186,7 +186,6 @@ export default {
|
|
|
})
|
|
|
return;
|
|
|
}
|
|
|
- console.log(item,'item')
|
|
|
this.$api.courseCourseList({
|
|
|
pageNum: 1,
|
|
|
pageSize: 1,
|
|
@@ -238,9 +237,12 @@ export default {
|
|
|
|
|
|
//题库
|
|
|
} else if(item.goodsType ==2) {
|
|
|
- this.$navTo.togo('/pages2/bank/question_detail', {
|
|
|
- id: item.goodsId
|
|
|
- });
|
|
|
+ // this.$navTo.togo('/pages2/bank/question_detail', {
|
|
|
+ // id: item.goodsId
|
|
|
+ // });
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'/pages2/bank/question_detail?id='+item.goodsId+'&orderGoodsId='+this.orderGoodsId
|
|
|
+ })
|
|
|
} else if (item.goodsType == 6) {
|
|
|
// 进入直播课
|
|
|
this.toLive(item)
|