|
@@ -113,9 +113,9 @@
|
|
|
|
|
|
function handleJieClick(item,jie,index,cindex) {
|
|
function handleJieClick(item,jie,index,cindex) {
|
|
selectZhang.value = item;
|
|
selectZhang.value = item;
|
|
- if (index == 0 && cindex == 0 ) {
|
|
|
|
|
|
+ if (index == 0) {
|
|
// 全员可访问 第一章 第一节
|
|
// 全员可访问 第一章 第一节
|
|
- this.$emit('listSelectJieClick', item,jie);
|
|
|
|
|
|
+ this.$emit('listSelectJieClick', item,jie,cindex);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (AuthCode.value == 'Visitor') {
|
|
if (AuthCode.value == 'Visitor') {
|
|
@@ -130,7 +130,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
// Vip
|
|
// Vip
|
|
- this.$emit('listSelectJieClick', item,jie);
|
|
|
|
|
|
+ this.$emit('listSelectJieClick', item,jie, cindex);
|
|
}
|
|
}
|
|
|
|
|
|
function catalogueBjFun(){
|
|
function catalogueBjFun(){
|