feat: 更换文案和组件
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
import Header from '@/components/common/header.vue';
|
||||
import TopSafe from '@/components/common/top-safe.nvue'
|
||||
import MyBtn from '@/components/common/my-btn.vue'
|
||||
import YouItem from '@/components/shop/fen-item.vue'
|
||||
import YouItem from '@/components/shop/you-item.vue'
|
||||
import { searchList } from '@/api/product.js';
|
||||
import func from '@/utils/func.js';
|
||||
|
||||
|
||||
@@ -65,7 +65,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
dataList: [],
|
||||
tabList: [{name:'全部'}],
|
||||
tabList: [{name:'推荐'}],
|
||||
curTab: 0,
|
||||
upOption: {
|
||||
auto: false,
|
||||
|
||||
Reference in New Issue
Block a user