|
@@ -273,13 +273,12 @@ export default {
|
|
|
},
|
|
|
active2(item){
|
|
|
// console.log('item', item)
|
|
|
- // if (item.topicId) {
|
|
|
- // item.topicId
|
|
|
+ if (item.topicId) {
|
|
|
uni.navigateTo({
|
|
|
- url: '/pages4/courseTopic/goodsTopic?topicId=' + 1
|
|
|
+ url: '/pages4/courseTopic/goodsTopic?topicId=' + item.topicId
|
|
|
})
|
|
|
return
|
|
|
- // }
|
|
|
+ }
|
|
|
|
|
|
this.selObj.bId = item.id
|
|
|
this.show = false
|