视频播放和bug修改
This commit is contained in:
@@ -168,6 +168,9 @@
|
||||
},
|
||||
// 详情
|
||||
gotoDetail(item) {
|
||||
console.log('111',item)
|
||||
console.log('this.curOneCateIndex',this.curOneCateIndex)
|
||||
console.log('this.curTwoCateIndex',this.curTwoCateIndex)
|
||||
if(this.curOneCateIndex==0){
|
||||
uni.navigateTo({
|
||||
url: '../bookShop/commodityDetail?id=' + item.id
|
||||
@@ -180,6 +183,13 @@
|
||||
})
|
||||
return
|
||||
}
|
||||
if(this.curOneCateIndex == 2){
|
||||
console.log('111',item)
|
||||
uni.navigateTo({
|
||||
url: './video?title=' + item.name +'&src='+ item.url
|
||||
})
|
||||
return
|
||||
}
|
||||
},
|
||||
// 获取名称
|
||||
getTitles(dictType) {
|
||||
|
||||
Reference in New Issue
Block a user