quanwei
18 hours ago c441dea81bd86bdfb12dff35821fed51f4cc91c2
mobile/pages3/release/project/list.vue
@@ -86,10 +86,8 @@
            </view>
            
         </scroll-view>
      <shopTabBar></shopTabBar>
      </view>
   </view>
</template>
@@ -140,7 +138,10 @@
      onLoad(e) {
         if(e.product_type){
            this.product_type = e.product_type;
         }
         }
         if(e.category_id){
            this.category_id = e.category_id;
         }
      },
      onShow() {
         /*获取列表*/
@@ -148,7 +149,6 @@
      },
      mounted() {
         this.init();
      },
      onReachBottom() {},
      methods: {