-
+
- {{ item.label}}
+ {{ item.label }}
@@ -85,77 +87,77 @@ export default {
config: require("@/config"),
defaultAvatar: require("@/assets/images/default.png"),
userInfo: {}, // 用户信息
- entranceList:[
+ entranceList: [
{
- icon:"collage",
- label:"宝贝收藏",
- path:"/home/Favorites"
+ icon: "collage",
+ label: "宝贝收藏",
+ path: "/home/Favorites"
},
{
- icon:"shop",
- label:"收藏店铺",
- path:"/home/Favorites?type=STORE"
+ icon: "shop",
+ label: "收藏店铺",
+ path: "/home/Favorites?type=STORE"
},
{
- icon:"carts",
- label:"购物车",
- path:"/cart"
+ icon: "carts",
+ label: "购物车",
+ path: "/cart"
},
{
- icon:"story",
- label:"我的足迹",
- path:"/home/MyTracks"
+ icon: "story",
+ label: "我的足迹",
+ path: "/home/MyTracks"
},
],
- appendList:[
+ appendList: [
{
- icon:"support",
- label:"帮助中心",
- path:"/article"
+ icon: "support",
+ label: "帮助中心",
+ path: "/article"
},
{
- icon:"feedback",
- label:"我的评论",
- path:"/home/CommentList"
+ icon: "feedback",
+ label: "我的评论",
+ path: "/home/CommentList"
},
{
- icon:"notice",
- label:"收货地址",
- path:"/home/MyAddress"
+ icon: "notice",
+ label: "收货地址",
+ path: "/home/MyAddress"
},
{
- icon:"notification",
- label:"我的消息",
- path:"/home/MsgList"
+ icon: "notification",
+ label: "我的消息",
+ path: "/home/MsgList"
},
],
- recentList:[
+ recentList: [
{
- value:"0",
- label:"购物车"
+ value: "0",
+ label: "购物车"
},
{
- value:"0",
- label:"待收货"
+ value: "0",
+ label: "待收货"
},
{
- value:"0",
- label:"待发货"
+ value: "0",
+ label: "待发货"
},
{
- value:"0",
- label:"代付款"
+ value: "0",
+ label: "代付款"
},
],
};
},
methods: {
// 快捷跳转中心
- entryControl(val){
+ entryControl(val) {
this.$router.push(val.path)
},
},
- mounted() {
+ mounted() {
if (storage.getItem("userInfo"))
this.userInfo = JSON.parse(storage.getItem("userInfo"));
@@ -164,7 +166,7 @@ export default {
diff --git a/buyer/src/pages/GoodsList.vue b/buyer/src/pages/GoodsList.vue
index 6aca6b97..d93cb612 100644
--- a/buyer/src/pages/GoodsList.vue
+++ b/buyer/src/pages/GoodsList.vue
@@ -3,7 +3,7 @@
-
+
@@ -261,7 +261,9 @@ export default {