1
xuxueyang
2024-07-30 ba6fe53d97201c2cf577a1fb0906c819ea3cae33
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
      })
    }
  },