xuxueyang
2024-07-29 bb21ccd19d8a96f3798c0fa180946569321844a9
pages/home/components/home-category.vue
@@ -38,7 +38,7 @@
  methods: {
    toList(item){
      uni.navigateTo({
        url:'//sub_pages/customer/trade/list?categoryId='+item.id
        url:'/sub_pages/customer/trade/list?categoryId='+item.id
      })
    }
  },