代码提交
This commit is contained in:
@ -8,6 +8,12 @@
|
||||
<script setup>
|
||||
import Recommend from "@/components/Recommend/index.vue";
|
||||
import UvIcon from "@/uni_modules/uv-icon/components/uv-icon/uv-icon.vue";
|
||||
import { useRouter } from "@/hooks/useRouter";
|
||||
|
||||
const {push} = useRouter()
|
||||
const goToProductMore = () => {
|
||||
push({url: '/pages/goodsList/goodsList'})
|
||||
}
|
||||
</script>
|
||||
|
||||
<template>
|
||||
@ -17,7 +23,7 @@ import UvIcon from "@/uni_modules/uv-icon/components/uv-icon/uv-icon.vue";
|
||||
<view class="left">
|
||||
商品推荐
|
||||
</view>
|
||||
<view class="right flex flex-ai__center flex-jc__end">
|
||||
<view class="right flex flex-ai__center flex-jc__end" @click="goToProductMore">
|
||||
查看更多
|
||||
<uv-icon name="arrow-right" color="#999" size="14" />
|
||||
</view>
|
||||
|
Reference in New Issue
Block a user