Commit ec533f501b1a5062b11aeb57a8b073e024c58775

Authored by zhiyangdu
1 parent 2f61c3fc

筛选订单优化

src/pages/myGiftBox/myGiftBox.vue
@@ -345,7 +345,7 @@ export default { @@ -345,7 +345,7 @@ export default {
345 */ 345 */
346 onReset() { 346 onReset() {
347 this.screenList.forEach((obj, index) => { 347 this.screenList.forEach((obj, index) => {
348 - for (let item of obj.tab_List) { 348 + for (let item of obj.state) {
349 if (item.show) { 349 if (item.show) {
350 this.$set(item, "show", false); 350 this.$set(item, "show", false);
351 } 351 }