|
@@ -743,8 +743,8 @@ export default {
|
|
|
goodsList2.push(item);
|
|
|
}
|
|
|
});
|
|
|
- this.goodsList1 = goodsList1;
|
|
|
- this.goodsList2 = goodsList2;
|
|
|
+ this.goodsList1 = goodsList1.sort((a, b) => a.sort - b.sort);
|
|
|
+ this.goodsList2 = goodsList2.sort((a, b) => a.sort - b.sort);
|
|
|
});
|
|
|
},
|
|
|
goCourse(item) {
|