app change category issue
This commit is contained in:
parent
74ebff9940
commit
d2c0f54540
|
|
@ -32,6 +32,10 @@ const app = new Vue({
|
|||
|
||||
methods: {
|
||||
onChangeCategory(category) {
|
||||
if (!category.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
let path = document.getElementById('category_page').value;
|
||||
|
||||
if (category != '*') {
|
||||
|
|
|
|||
|
|
@ -61,6 +61,10 @@ const app = new Vue({
|
|||
|
||||
methods: {
|
||||
onChangeCategory(category) {
|
||||
if (!category.length) {
|
||||
return;
|
||||
}
|
||||
|
||||
let path = document.getElementById('category_page').value;
|
||||
|
||||
if (category != '*') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue