|
@@ -66,6 +66,7 @@ export default {
|
|
|
methods: {
|
|
|
//跳转页面
|
|
|
jumpFuns(item) {
|
|
|
+
|
|
|
switch (item.remindId) {
|
|
|
case 1:
|
|
|
case 3:
|
|
@@ -76,7 +77,8 @@ export default {
|
|
|
case 21:
|
|
|
case 22:
|
|
|
this.$navTo.togo('/pages2/wd/course', {
|
|
|
- id: item.goodsId
|
|
|
+ id: item.goodsId,
|
|
|
+ gid:item.gradeId
|
|
|
});
|
|
|
// arsty = '立刻学习';
|
|
|
break;
|
|
@@ -133,6 +135,9 @@ export default {
|
|
|
//跳转题库题目
|
|
|
jumpExam(item) {
|
|
|
console.log(item);
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'/pages2/bank/questionBank?current='+(item.topicNum-1)+'&id='+item.examId+'&goodsid='+item.goodsId+'&chapterId='+item.moduleId+'&moduleId='+item.moduleId
|
|
|
+ })
|
|
|
},
|
|
|
isOk() {
|
|
|
this.$api.courseappinformUser({ id: this.listData.id, receiptStatus: 1 }).then(res => {
|