From 00d50b70fe54a9f45fa8743ff66d74381667bcc0 Mon Sep 17 00:00:00 2001 From: xiaobo <1317797578@qq.com> Date: Wed, 18 Dec 2024 01:13:57 +0800 Subject: [PATCH] 111 --- components/active/active-item.vue | 179 +++++++++++++ components/base/tabbar.vue | 8 +- components/zhaomu/zhaomu-item.vue | 218 ++++++++++++++++ components/zhaomu/zlx-item.vue | 187 ++++++++++++++ pages.json | 62 +++++ pages/index/cart.vue | 153 ++++++------ pages/index/center.vue | 483 +++++++++++++----------------------- pages/index/index.vue | 32 ++- pages/index/member.vue | 165 +++++++++++- pages_my/qiandao-list.vue | 51 ++++ pages_my/zlx-qiandao.vue | 77 ++++++ pages_zlx/zlx-form.vue | 246 ++++++++++++++++++ static/image/center/13.png | Bin 8825 -> 0 bytes static/image/center/14.png | Bin 6849 -> 0 bytes static/image/center/15.png | Bin 5419 -> 0 bytes static/image/center/16.png | Bin 5530 -> 0 bytes static/image/center/17.png | Bin 6154 -> 0 bytes static/image/center/c1.png | Bin 1508 -> 0 bytes static/image/center/c2.png | Bin 1358 -> 0 bytes static/image/center/c3.png | Bin 1687 -> 0 bytes static/image/center/icon1.png | Bin 7285 -> 0 bytes static/image/center/line-1.png | Bin 0 -> 3223 bytes static/image/center/line-2.png | Bin 0 -> 3113 bytes static/image/center/line-3.png | Bin 0 -> 3496 bytes static/image/center/line-4.png | Bin 0 -> 3372 bytes static/image/center/line-5.png | Bin 0 -> 3210 bytes static/image/center/line-6.png | Bin 0 -> 3250 bytes static/image/center/line-7.png | Bin 0 -> 3231 bytes static/image/center/order-1.png | Bin 0 -> 2352 bytes static/image/center/order-2.png | Bin 0 -> 2107 bytes static/image/center/order-3.png | Bin 0 -> 1879 bytes static/image/member/1.png | Bin 79138 -> 0 bytes static/image/member/2.png | Bin 84821 -> 0 bytes static/image/member/3.png | Bin 86470 -> 0 bytes static/image/member/Frame 3434.png | Bin 0 -> 12845 bytes static/image/member/a.png | Bin 27962 -> 0 bytes static/image/member/btn-2.png | Bin 0 -> 19125 bytes static/image/member/bzcx-bg.png | Bin 0 -> 1105 bytes static/image/member/canyu-bg.png | Bin 0 -> 18999 bytes static/image/member/choose-icon.png | Bin 0 -> 1300 bytes static/image/member/item-img.png | Bin 0 -> 232125 bytes static/image/member/m0.png | Bin 10158 -> 0 bytes static/image/member/m1.png | Bin 8793 -> 0 bytes static/image/member/m2.png | Bin 7503 -> 0 bytes static/image/member/ycx-bg.png | Bin 0 -> 4195 bytes static/image/member/zlr-arrow.png | Bin 0 -> 712 bytes static/image/member/zlr-bg.png | Bin 0 -> 38986 bytes static/image/member/zlr-icon.png | Bin 0 -> 14192 bytes 48 files changed, 1457 insertions(+), 404 deletions(-) create mode 100644 components/active/active-item.vue create mode 100644 components/zhaomu/zhaomu-item.vue create mode 100644 components/zhaomu/zlx-item.vue create mode 100644 pages_my/qiandao-list.vue create mode 100644 pages_my/zlx-qiandao.vue create mode 100644 pages_zlx/zlx-form.vue delete mode 100644 static/image/center/13.png delete mode 100644 static/image/center/14.png delete mode 100644 static/image/center/15.png delete mode 100644 static/image/center/16.png delete mode 100644 static/image/center/17.png delete mode 100644 static/image/center/c1.png delete mode 100644 static/image/center/c2.png delete mode 100644 static/image/center/c3.png delete mode 100644 static/image/center/icon1.png create mode 100644 static/image/center/line-1.png create mode 100644 static/image/center/line-2.png create mode 100644 static/image/center/line-3.png create mode 100644 static/image/center/line-4.png create mode 100644 static/image/center/line-5.png create mode 100644 static/image/center/line-6.png create mode 100644 static/image/center/line-7.png create mode 100644 static/image/center/order-1.png create mode 100644 static/image/center/order-2.png create mode 100644 static/image/center/order-3.png delete mode 100644 static/image/member/1.png delete mode 100644 static/image/member/2.png delete mode 100644 static/image/member/3.png create mode 100644 static/image/member/Frame 3434.png delete mode 100644 static/image/member/a.png create mode 100644 static/image/member/btn-2.png create mode 100644 static/image/member/bzcx-bg.png create mode 100644 static/image/member/canyu-bg.png create mode 100644 static/image/member/choose-icon.png create mode 100644 static/image/member/item-img.png delete mode 100644 static/image/member/m0.png delete mode 100644 static/image/member/m1.png delete mode 100644 static/image/member/m2.png create mode 100644 static/image/member/ycx-bg.png create mode 100644 static/image/member/zlr-arrow.png create mode 100644 static/image/member/zlr-bg.png create mode 100644 static/image/member/zlr-icon.png diff --git a/components/active/active-item.vue b/components/active/active-item.vue new file mode 100644 index 0000000..6d78922 --- /dev/null +++ b/components/active/active-item.vue @@ -0,0 +1,179 @@ + + + + + \ No newline at end of file diff --git a/components/base/tabbar.vue b/components/base/tabbar.vue index e01cdf5..bdc750d 100644 --- a/components/base/tabbar.vue +++ b/components/base/tabbar.vue @@ -11,7 +11,7 @@ + item.iconPath" class="icon-image" mode="widthFix"> {{ item.title }} @@ -103,11 +103,9 @@ justify-content: center; align-items: center; .icon{ - width: 54rpx; - height: 54rpx; + width: 49rpx; .icon-image{ - width: 54rpx; - height: 54rpx; + width: 49rpx; } } .title{ diff --git a/components/zhaomu/zhaomu-item.vue b/components/zhaomu/zhaomu-item.vue new file mode 100644 index 0000000..34bc611 --- /dev/null +++ b/components/zhaomu/zhaomu-item.vue @@ -0,0 +1,218 @@ + + + + + \ No newline at end of file diff --git a/components/zhaomu/zlx-item.vue b/components/zhaomu/zlx-item.vue new file mode 100644 index 0000000..a260b72 --- /dev/null +++ b/components/zhaomu/zlx-item.vue @@ -0,0 +1,187 @@ + + + + + \ No newline at end of file diff --git a/pages.json b/pages.json index 88d532a..c3d87b0 100644 --- a/pages.json +++ b/pages.json @@ -66,6 +66,40 @@ } } ] + }, + { + "root": "pages_zlx", + "pages": [ + { + "path": "zlx-form", + "style": { + "enablePullDownRefresh": true, + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" + } + } + ] + }, + { + "root": "pages_my", + "pages": [ + { + "path": "zlx-qiandao", + "style": { + "enablePullDownRefresh": true, + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" + } + }, + { + "path": "qiandao-list", + "style": { + "enablePullDownRefresh": true, + "navigationStyle": "custom" , + "navigationBarTextStyle": "white" + } + } + ] }], "globalStyle": { "navigationBarTextStyle": "black", @@ -74,5 +108,33 @@ "backgroundColor": "#F8F8F8", "navigationStyle": "custom" }, + "tabBar": { + "borderStyle": "white", + "color": "#4D4D4D", + "selectedColor": "#F85152", + "backgroundColor": "#1B1713", + "custom":true, + "list": [{ + "pagePath": "pages/index/index", + "iconPath": "static/image/tabbar/home.png", + "selectedIconPath": "static/image/tabbar/home-a.png", + "text": "首页" + }, { + "pagePath": "pages/index/member", + "iconPath": "static/image/tabbar/zhaomu.png", + "selectedIconPath": "static/image/tabbar/zhaomu-a.png", + "text": "招募" + }, { + "pagePath": "pages/index/cart", + "iconPath": "static/image/tabbar/order.png", + "selectedIconPath": "static/image/tabbar/order-a.png", + "text": "订单" + }, { + "pagePath": "pages/index/center", + "iconPath": "static/image/tabbar/center.png", + "selectedIconPath": "static/image/tabbar/center-a.png", + "text": "我的" + }] + }, "uniIdRouter": {} } \ No newline at end of file diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 1a8980d..040b0bb 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -3,23 +3,15 @@ - + }" itemStyle="padding-left: 15px; padding-right: 15px; height: 44px;"> @@ -31,80 +23,89 @@ import cardList from '@/components/cart/cardList.vue' export default { - components:{ + components: { tabber, - cardList + cardList }, data() { return { - tabList: [ - { id: 0, name: '全部' }, - { id: 1, name: '待参加' }, - { id: 2, name: '已完成' }, - { id: 3, name: '已取消' }, + tabList: [{ + id: 0, + name: '全部' + }, + { + id: 1, + name: '待参加' + }, + { + id: 2, + name: '已完成' + }, + { + id: 3, + name: '已取消' + }, ], lineBg: require('@/static/image/cart/tabIcon.png'), - cardListData: [ - { - imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', - orderTime: '2024.08.23 12:00', - state: 'U', - stateText: '待参加', - title: '夏日去撒野旅游计划~', - time: '2024.10.28 10:00', - address: '成都市东丽湖露营地32号', - totalPrice: '298.00', - btnObj: [ - { + cardListData: [ + { + imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', + orderTime: '2024.08.23 12:00', + state: 'U', + stateText: '待参加', + title: '夏日去撒野旅游计划~', + time: '2024.10.28 10:00', + address: '成都市东丽湖露营地32号', + totalPrice: '298.00', + btnObj: [{ id: '0', - btnTitle: '取消活动', - color: '#AFAFAF', - bgColor: '#34312E' - }, - { + btnTitle: '取消活动', + color: '#AFAFAF', + bgColor: '#34312E' + }, + { id: '1', - btnTitle: '活动签到', - color: '#FF4546', - bgColor: '#492623' - } - ] - }, - { - imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', - orderTime: '2024.08.23 12:00', - state: 'S', - stateText: '已完成', - title: '夏日去撒野旅游计划~', - time: '2024.10.28 10:00', - address: '成都市东丽湖露营地32号', - totalPrice: '298.00', - btnObj: [ - { + btnTitle: '活动签到', + color: '#FF4546', + bgColor: '#492623' + } + ] + }, + { + imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', + orderTime: '2024.08.23 12:00', + state: 'S', + stateText: '已完成', + title: '夏日去撒野旅游计划~', + time: '2024.10.28 10:00', + address: '成都市东丽湖露营地32号', + totalPrice: '298.00', + btnObj: [{ id: '2', - btnTitle: '活动评价', - color: '#FF4546', - bgColor: '#492623' - }, - { + btnTitle: '活动评价', + color: '#FF4546', + bgColor: '#492623' + }, + { id: '3', - btnTitle: '开具发票', - color: '#FFB245', - bgColor: '#49361D' - } - ] - }, - { - imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', - orderTime: '2024.08.23 12:00', - state: 'F', - stateText: '已完成', - title: '夏日去撒野旅游计划~', - time: '2024.10.28 10:00', - address: '成都市东丽湖露营地32号', - totalPrice: '298.00', - btnObj: [] - } - ] + btnTitle: '开具发票', + color: '#FFB245', + bgColor: '#49361D' + } + ] + }, + { + imgUrl: 'https://up.zhuoku.org/22/a4/60/50/fc3bd0b4e656911fccdde4383637c1cd.jpg', + orderTime: '2024.08.23 12:00', + state: 'F', + stateText: '已完成', + title: '夏日去撒野旅游计划~', + time: '2024.10.28 10:00', + address: '成都市东丽湖露营地32号', + totalPrice: '298.00', + btnObj: [] + } + ] } }, methods: { @@ -129,9 +130,11 @@ height: 534rpx; position: absolute; } + /deep/.uv-navbar__content__title { color: #fff; } + .content { position: absolute; width: 100%; diff --git a/pages/index/center.vue b/pages/index/center.vue index 1ab9d84..b7e3c3b 100644 --- a/pages/index/center.vue +++ b/pages/index/center.vue @@ -1,152 +1,66 @@