diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index fbfa1bc..dc8f292 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -29,14 +29,14 @@ return { list : [ { - "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/5cc4afa9-e951-4503-95c8-c0332a8f5db9.png", - "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/9caa43b2-8389-4945-8b71-9b49bca2d634.png", + "selectedIconPath": "/static/image/tabbar/2.png", + "iconPath": "/static/image/tabbar/1.png", "pagePath": "/pages/index/index", "title": "打卡" }, { - "selectedIconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/62bc1e85-24b3-4f72-a31d-4caad77590e9.png", - "iconPath": "https://tennis-oss.xzaiyp.top/2024-10-22/6b9c937e-487c-4552-8140-dad098d7f16e.png", + "selectedIconPath": "/static/image/tabbar/4.png", + "iconPath": "/static/image/tabbar/3.png", "pagePath": "/pages/index/center", "title": "我的" } diff --git a/pages/index/center.vue b/pages/index/center.vue index 3249134..4126a61 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -171,6 +171,7 @@ .user-bg { width: 750rpx; + height: 200rpx; position: absolute; left: 0; top: 0; diff --git a/pages/index/index.vue b/pages/index/index.vue index a181eba..eb417d2 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -2,14 +2,15 @@ - + + - + @@ -39,7 +40,7 @@
- +
打卡记录
@@ -238,6 +239,7 @@ .home-top-bg { width: 750rpx; + height: 200rpx; } } diff --git a/static/image/broadside/17.png b/static/image/broadside/17.png new file mode 100644 index 0000000..2c9607b Binary files /dev/null and b/static/image/broadside/17.png differ