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