xuxy
2024-07-27 c9ae65fcfe5e33cba60957506a62446507fad808
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
      })
    }
  },