diff --git a/assets/img/account/home/bkg-user-info.png b/assets/img/account/home/bkg-user-info.png new file mode 100644 index 0000000..0fd4705 Binary files /dev/null and b/assets/img/account/home/bkg-user-info.png differ diff --git a/assets/img/account/home/icon-order1.png b/assets/img/account/home/icon-order1.png new file mode 100644 index 0000000..0df426c Binary files /dev/null and b/assets/img/account/home/icon-order1.png differ diff --git a/assets/img/account/home/icon-order2.png b/assets/img/account/home/icon-order2.png new file mode 100644 index 0000000..00fdd3a Binary files /dev/null and b/assets/img/account/home/icon-order2.png differ diff --git a/assets/img/account/home/icon-order3.png b/assets/img/account/home/icon-order3.png new file mode 100644 index 0000000..4863dd8 Binary files /dev/null and b/assets/img/account/home/icon-order3.png differ diff --git a/assets/img/account/home/icon-order4.png b/assets/img/account/home/icon-order4.png new file mode 100644 index 0000000..4d12a07 Binary files /dev/null and b/assets/img/account/home/icon-order4.png differ diff --git a/assets/img/account/home/icon-order5.png b/assets/img/account/home/icon-order5.png new file mode 100644 index 0000000..c9d9c43 Binary files /dev/null and b/assets/img/account/home/icon-order5.png differ diff --git a/constants/index.js b/constants/index.js index 549e11f..dd230f8 100644 --- a/constants/index.js +++ b/constants/index.js @@ -1,8 +1,15 @@ /** * 全局常量,请避免使用魔法数字 */ -const TOKEN_KEY = 'msbPcToken'; -export { - TOKEN_KEY -} \ No newline at end of file +// 用户凭证名 +const TOKEN_KEY = "msbPcToken"; + +// 订单状态 +const ORDER_STATUS = { + WAIT_PAY: 1, // 待付款 + WAIT_SEND: 3, //待发货 + WAIT_RECEIVE: 4, // 待收货 +}; + +export { TOKEN_KEY, ORDER_STATUS }; diff --git a/layouts/module/header/index.vue b/layouts/module/header/index.vue index 2d1ec76..96a6069 100644 --- a/layouts/module/header/index.vue +++ b/layouts/module/header/index.vue @@ -268,7 +268,7 @@ export default { height: 50px; z-index: 10; background: #ffffff; - box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.10000000149011612); + box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1); .sticky-bar-header__wrap { @include layout-box; height: 100%; @@ -446,7 +446,7 @@ export default { .tab-category-menu__right { width: 510px; padding: 30px 26px; - box-shadow: 7px 0px 10px 1px rgba(0, 0, 0, 0.10000000149011612); + box-shadow: 7px 0px 10px 1px rgba(0, 0, 0, 0.1); border: 1px solid #eeeeee; background: #ffffff; .menu-right__item:hover { diff --git a/pages/account/index/home/index.vue b/pages/account/index/home/index.vue index 8876370..3d75d28 100644 --- a/pages/account/index/home/index.vue +++ b/pages/account/index/home/index.vue @@ -7,14 +7,123 @@ --> - + + + + + + {{ userInfo.nickname }} + 第一个青春是上帝给的... + + + + + + {{ item.label }} + + + + + - +