{{ item.label}}
@@ -88,19 +88,23 @@ export default {
entranceList:[
{
icon:"collage",
- label:"宝贝收藏"
+ label:"宝贝收藏",
+ path:"/home/Favorites"
},
{
icon:"shop",
- label:"收藏店铺"
+ label:"收藏店铺",
+ path:"/home/Favorites?type=STORE"
},
{
icon:"carts",
- label:"购物车"
+ label:"购物车",
+ path:"/cart"
},
{
icon:"story",
- label:"我的足迹"
+ label:"我的足迹",
+ path:"/home/MyTracks"
},
],
appendList:[
@@ -143,8 +147,9 @@ export default {
},
methods: {
// 快捷跳转中心
- entryControl(){
-
+ entryControl(val){
+ console.log(val)
+ this.$router.push(val.path)
},
},
mounted() {
diff --git a/buyer/src/components/indexDecorate/modelList/forYour.vue b/buyer/src/components/indexDecorate/modelList/forYour.vue
new file mode 100644
index 00000000..9daefb6e
--- /dev/null
+++ b/buyer/src/components/indexDecorate/modelList/forYour.vue
@@ -0,0 +1,228 @@
+
+
+
{{ data.options.title }}
+
+
+
+
+
+
+
+
+
+
{{ item.title }}
+
{{ item.desc }}
+
+
+
+
+
+
+
{{ data.options.data.hot.title }}
+
+
+
+
{{ item.title }}
+
+
¥{{ item.price | unitPrice }}
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/buyer/src/components/indexDecorate/modelList/goodsAndType.vue b/buyer/src/components/indexDecorate/modelList/goodsAndType.vue
index 3425fb19..aba2ff48 100644
--- a/buyer/src/components/indexDecorate/modelList/goodsAndType.vue
+++ b/buyer/src/components/indexDecorate/modelList/goodsAndType.vue
@@ -15,10 +15,10 @@