Authored by 姜枫

fix shop bugs

... ... @@ -241,7 +241,7 @@ const helpers = {
}
if (q.misort) {
sorts[0].sub.forEach( s => {
sorts[0].sub.forEach(s => {
s.checked = s.categoryId === q.misort;
});
}
... ...