mobile/pages3/release/project/list.vue
@@ -76,11 +76,8 @@
            </view>
            
         </scroll-view>
      </view>
      <shopTabBar></shopTabBar>
   </view>
</template>
@@ -130,6 +127,9 @@
      onLoad(e) {
         if(e.product_type){
            this.product_type = e.product_type;
         }
         if(e.category_id){
            this.category_id = e.category_id;
         }   
      },
      onShow() {