jufubao-base 1.0.291 → 1.0.293
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -405,7 +405,7 @@
|
|
|
405
405
|
fontWeight: 'normal',
|
|
406
406
|
bgColor: 'rgba(0,0,0,0)'
|
|
407
407
|
},'act')
|
|
408
|
-
};
|
|
408
|
+
};
|
|
409
409
|
},
|
|
410
410
|
handleSwitchMenu(item){
|
|
411
411
|
this.tabId = item.value;
|
|
@@ -432,7 +432,9 @@
|
|
|
432
432
|
}
|
|
433
433
|
})
|
|
434
434
|
} else {
|
|
435
|
-
this.filterTab = []
|
|
435
|
+
this.filterTab = [];
|
|
436
|
+
this.showComprehensive = false
|
|
437
|
+
this.showSort = false
|
|
436
438
|
}
|
|
437
439
|
uni.pageScrollTo({
|
|
438
440
|
scrollTop: 0,
|
|
@@ -502,7 +504,7 @@
|
|
|
502
504
|
this.refresh = new Date().getTime();
|
|
503
505
|
return;
|
|
504
506
|
}
|
|
505
|
-
|
|
507
|
+
|
|
506
508
|
jfbRootExec("getTfkSearchFilterItems", {
|
|
507
509
|
vm: this,
|
|
508
510
|
data: data
|
|
@@ -532,7 +534,7 @@
|
|
|
532
534
|
}
|
|
533
535
|
}
|
|
534
536
|
}
|
|
535
|
-
this.selectFilterParams[key] = ids[key]
|
|
537
|
+
this.selectFilterParams[key] = ids[key]
|
|
536
538
|
})
|
|
537
539
|
this.curQueryTab = '';
|
|
538
540
|
this.refresh = new Date().getTime();
|