mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2025-12-06 19:03:27 +08:00
uniapp【修复】:修复首页商品组组件查询更多跳转带上分类id和品牌id
This commit is contained in:
@@ -124,7 +124,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
const hanldeClickViewMore = () => {
|
const hanldeClickViewMore = () => {
|
||||||
handleRouteNavigateTo('/pages/category/category')
|
handleRouteNavigateTo(`/pages/category/category?catId=${props.data.classifyId}&brandId=${props.data.brandId}`)
|
||||||
}
|
}
|
||||||
|
|
||||||
const hanldeClickGoods = (data : any) => {
|
const hanldeClickGoods = (data : any) => {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref,ks watch } from 'vue';
|
import { ref, watch } from 'vue';
|
||||||
|
|
||||||
const props = withDefaults(defineProps<{
|
const props = withDefaults(defineProps<{
|
||||||
data : any,
|
data : any,
|
||||||
|
|||||||
Reference in New Issue
Block a user