MrShi
2024-10-25 de76f9f6d15f4e0688b961452d180b94d4cdded3
h5/pages/index_2/index.vue
@@ -727,6 +727,7 @@
            this.pkcontent = false
            this.status = 1
            this.shopPageDataSou = this.shopPageData.filter(item1 => {
               console.log(item1.attrFirstIds, this.attributeOne.id)
               if (
               (this.attributeOne.id ? item1.attrFirstIds.indexOf(String(this.attributeOne.id)) !== -1 : true) &&
               (this.attributeTwo.id ? item1.attrFirstIds.indexOf(String(this.attributeTwo.id)) !== -1 : true) &&
@@ -1149,10 +1150,10 @@
                        opacity: 0;
                        transform: translate(0%, 0%);
                        z-index: -1;
                        height: 56px;
                        height: 45px;
                        display: flex;
                        align-items: center;
                        background: rgba(0,224,255,0.3);
                        background: #ffffff;
                        border-radius: 8px;
                        image {
                           width: 32px;