...
|
...
|
@@ -232,8 +232,8 @@ |
|
|
this.leftcurrent = index;
|
|
|
this.cateNavRightData = this.cateNavLeftData[index].sub;
|
|
|
this.rightAll = {
|
|
|
sortId: categoryId,
|
|
|
categoryName: categoryName
|
|
|
sortId: categoryId ? categoryId : '',
|
|
|
categoryName: categoryName ? categoryName : ''
|
|
|
};
|
|
|
},
|
|
|
|
...
|
...
|
|