@@ -207,7 +207,7 @@ export default {
if(item.rebuildStatus == 0) {
this.$navTo.togo('/pages2/learn/details', {
gradeId:item.gradeId,
- goodsId: this.goodsId
+ goodsId: item.goodsId
});
return;
}