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 @@
+
+	
+		
+			
+				
+					
+				
+				
+					
+						{{item.title}}
+						{{item.time}}
+						{{item.address}}
+					
+					
+						20/40
+						立即报名
+					
+				
+			
+		
+	
+
+
+
+
+
\ 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 @@
+
+	
+		
+			
+				
+					
+				
+				
+					
+						周五桌游野餐雅致...
+						2024.10.28 10:00
+						成都市东丽湖露营地32号
+					
+					
+						高质量
+						多平台招募
+						交友
+					
+				
+			
+			
+				
+					
+					4人参加
+				
+				
+					参与招募
+				
+			
+			{{item == 1? '保证成行' : '已成行'}}
+		
+	
+
+
+
+
+
\ 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 @@
+
+	
+		
+			
+				
+					
+				
+				
+					
+						{{item.title}}
+						{{item.time}}
+						{{item.address}}
+					
+					
+						20/40
+						开始签到
+						已结束
+					
+				
+			
+		
+	
+
+
+
+
+
\ 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 @@
 
 	
+		
+		
 
-		
-
-		
-			
-				
-			
-			
-				
-					{{ userInfo.nickName }}
-					
-					
-						
-					
+		
+			
+				
+					
 				
-				
-					ID:{{ userInfo.id }}
+				
+					
+						但愿人长久
+					
+					
+						158123321
+					
 				
-				
-					注册时间:{{ userInfo.createTime }}
+				
+					
 				
 			
-			
-		
-
-		
-			
-				会员等级:{{ vipType[userInfo.isPay] }}
-				查看权益>
+			
+			
+			
+				我的活动
 			
-			
-				
-					
-						{{ riceInfo.income || 0 }}
-						收益明细(元)
-					
-					收益明细
-				
-				
-				
-				
-				
-					
-						{{ riceInfo.balance || 0 }}
-						余额(元)
+					@click="$utils.navigateTo('/pages/index/order?type=2')">
+						
+						已完成
 					
 					去充值
-				
-
-				
-					
-						{{ riceInfo.canWithdraw || 0 }}
-						可提现(元)
+					@click="$utils.navigateTo('/pages/index/order?type=3')">
+						
+						已取消
 					
-					去提现
 				
 			
-		
-
-		
-			我的订单
-			
-				查看全部>
-			
-		
-
-		
-			
-				
-					
-					待付款
-				
-				
-					
-					已付款
-				
-				
-					
-					待发货
-				
-				
-					
-					待收货
-				
-				
-					
-					已完成
-				
+			
+			
+				我的工具
 			
-		
-
-		
-		
-			
-				
-					常用功能
+			
+				
+					
+						
+							
+							{{item.name}}
+						
+						
+					
 				
+			
 			
-			
-				
-					
-					
-					
-					
-					
-					
-					
-					
-					
-					
-				
-			
-
 		
 
 		
@@ -168,12 +82,51 @@
 		},
 		data() {
 			return {
+				bgColor:'transparent',
+				cellList:[
+					{
+						src:require('@/static/image/center/line-1.png'),
+						name:'开票记录'
+					},
+					{
+						src:require('@/static/image/center/line-2.png'),
+						name:'我的收藏'
+					},
+					{
+						src:require('@/static/image/center/line-3.png'),
+						name:'关于我们'
+					},
+					{
+						src:require('@/static/image/center/line-4.png'),
+						name:'用户协议'
+					},
+					{
+						src:require('@/static/image/center/line-5.png'),
+						name:'隐私协议'
+					},
+					{
+						src:require('@/static/image/center/line-6.png'),
+						name:'主理人协议'
+					},
+					{
+						src:require('@/static/image/center/line-7.png'),
+						name:'主理人签到',
+						url:'/pages_my/zlx-qiandao'
+					}
+				],
 				vipType : ['普通会员', '黄金会员', '渠道商'],
 				vipImage : ['vip_vip', 'vip_user', 'vip_shop']
 			}
 		},
 		onShow() {
 			
+		},
+		onPageScroll(e) {
+			if(e.scrollTop > 50) {
+				this.bgColor = '#49070c'
+			}else{
+				this.bgColor = 'transparent'
+			}
 		},
 		methods: {
 			clickNo(){
@@ -181,75 +134,50 @@
 					title: '暂未开放',
 				})
 			},
+			jump(item) {
+				uni.navigateTo({
+					url:item.url
+				})
+			}
 		}
 	}
 
 
+
 
\ No newline at end of file
diff --git a/pages/index/index.vue b/pages/index/index.vue
index b6476ac..8872d01 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1,7 +1,7 @@
 
 	
 		
-		
+		
 		
 			
 				
@@ -10,7 +10,7 @@
 					
 				
 				
-					
+					
 				
 			
 			
@@ -70,6 +70,8 @@
 					}" 
 					itemStyle="padding-left: 15px; padding-right: 15px; height: 44px;"
 				>
+				
+				
 			
 		
 		
@@ -82,9 +84,11 @@
 
 
+
 
\ No newline at end of file
diff --git a/pages_my/qiandao-list.vue b/pages_my/qiandao-list.vue
new file mode 100644
index 0000000..ff73c8a
--- /dev/null
+++ b/pages_my/qiandao-list.vue
@@ -0,0 +1,51 @@
+
+	
+		
+		
+	
+		
+		
+	
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_my/zlx-qiandao.vue b/pages_my/zlx-qiandao.vue
new file mode 100644
index 0000000..e065b76
--- /dev/null
+++ b/pages_my/zlx-qiandao.vue
@@ -0,0 +1,77 @@
+
+	
+		
+		
+	
+		
+			
+		
+	
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages_zlx/zlx-form.vue b/pages_zlx/zlx-form.vue
new file mode 100644
index 0000000..46591f7
--- /dev/null
+++ b/pages_zlx/zlx-form.vue
@@ -0,0 +1,246 @@
+
+	
+		
+		
+	
+		
+			
+				
+				
+					
+						点击授权登录
+						普通用户
+					
+					
+						ID:000001
+						复制
+					
+				
+			
+			
+			
+				基础信息
+				
+					
+						真实姓名
+						
+							
+						
+					
+					
+						联系方式
+						
+							
+						
+					
+					
+						身份证号
+						
+							
+						
+					
+					
+						简历附件
+						
+							
+							上传简历
+						
+					
+				
+			
+			
+			
+				阅读并同意协议
+				
+					
+						我已经阅读并同意
+						《主理人协议》
+					
+					
+						
+						
+					
+				
+			
+		
+	
+		
+			
+		
+	
+
+
+
+
+
+
\ No newline at end of file
diff --git a/static/image/center/13.png b/static/image/center/13.png
deleted file mode 100644
index 86f6736..0000000
Binary files a/static/image/center/13.png and /dev/null differ
diff --git a/static/image/center/14.png b/static/image/center/14.png
deleted file mode 100644
index 4cdec2f..0000000
Binary files a/static/image/center/14.png and /dev/null differ
diff --git a/static/image/center/15.png b/static/image/center/15.png
deleted file mode 100644
index 892d354..0000000
Binary files a/static/image/center/15.png and /dev/null differ
diff --git a/static/image/center/16.png b/static/image/center/16.png
deleted file mode 100644
index 5989763..0000000
Binary files a/static/image/center/16.png and /dev/null differ
diff --git a/static/image/center/17.png b/static/image/center/17.png
deleted file mode 100644
index 8ae1997..0000000
Binary files a/static/image/center/17.png and /dev/null differ
diff --git a/static/image/center/c1.png b/static/image/center/c1.png
deleted file mode 100644
index 854d9c5..0000000
Binary files a/static/image/center/c1.png and /dev/null differ
diff --git a/static/image/center/c2.png b/static/image/center/c2.png
deleted file mode 100644
index 8757f15..0000000
Binary files a/static/image/center/c2.png and /dev/null differ
diff --git a/static/image/center/c3.png b/static/image/center/c3.png
deleted file mode 100644
index ec0e71a..0000000
Binary files a/static/image/center/c3.png and /dev/null differ
diff --git a/static/image/center/icon1.png b/static/image/center/icon1.png
deleted file mode 100644
index 4d52c10..0000000
Binary files a/static/image/center/icon1.png and /dev/null differ
diff --git a/static/image/center/line-1.png b/static/image/center/line-1.png
new file mode 100644
index 0000000..9aeb4eb
Binary files /dev/null and b/static/image/center/line-1.png differ
diff --git a/static/image/center/line-2.png b/static/image/center/line-2.png
new file mode 100644
index 0000000..49b601e
Binary files /dev/null and b/static/image/center/line-2.png differ
diff --git a/static/image/center/line-3.png b/static/image/center/line-3.png
new file mode 100644
index 0000000..acc35f6
Binary files /dev/null and b/static/image/center/line-3.png differ
diff --git a/static/image/center/line-4.png b/static/image/center/line-4.png
new file mode 100644
index 0000000..ea47668
Binary files /dev/null and b/static/image/center/line-4.png differ
diff --git a/static/image/center/line-5.png b/static/image/center/line-5.png
new file mode 100644
index 0000000..4e23cc0
Binary files /dev/null and b/static/image/center/line-5.png differ
diff --git a/static/image/center/line-6.png b/static/image/center/line-6.png
new file mode 100644
index 0000000..696a971
Binary files /dev/null and b/static/image/center/line-6.png differ
diff --git a/static/image/center/line-7.png b/static/image/center/line-7.png
new file mode 100644
index 0000000..407229a
Binary files /dev/null and b/static/image/center/line-7.png differ
diff --git a/static/image/center/order-1.png b/static/image/center/order-1.png
new file mode 100644
index 0000000..e7dc3d7
Binary files /dev/null and b/static/image/center/order-1.png differ
diff --git a/static/image/center/order-2.png b/static/image/center/order-2.png
new file mode 100644
index 0000000..68dd8bd
Binary files /dev/null and b/static/image/center/order-2.png differ
diff --git a/static/image/center/order-3.png b/static/image/center/order-3.png
new file mode 100644
index 0000000..b3509e6
Binary files /dev/null and b/static/image/center/order-3.png differ
diff --git a/static/image/member/1.png b/static/image/member/1.png
deleted file mode 100644
index 02b5434..0000000
Binary files a/static/image/member/1.png and /dev/null differ
diff --git a/static/image/member/2.png b/static/image/member/2.png
deleted file mode 100644
index e54e59b..0000000
Binary files a/static/image/member/2.png and /dev/null differ
diff --git a/static/image/member/3.png b/static/image/member/3.png
deleted file mode 100644
index 493e56b..0000000
Binary files a/static/image/member/3.png and /dev/null differ
diff --git a/static/image/member/Frame 3434.png b/static/image/member/Frame 3434.png
new file mode 100644
index 0000000..dadbe13
Binary files /dev/null and b/static/image/member/Frame 3434.png differ
diff --git a/static/image/member/a.png b/static/image/member/a.png
deleted file mode 100644
index 0d68cdd..0000000
Binary files a/static/image/member/a.png and /dev/null differ
diff --git a/static/image/member/btn-2.png b/static/image/member/btn-2.png
new file mode 100644
index 0000000..e980d58
Binary files /dev/null and b/static/image/member/btn-2.png differ
diff --git a/static/image/member/bzcx-bg.png b/static/image/member/bzcx-bg.png
new file mode 100644
index 0000000..613bc67
Binary files /dev/null and b/static/image/member/bzcx-bg.png differ
diff --git a/static/image/member/canyu-bg.png b/static/image/member/canyu-bg.png
new file mode 100644
index 0000000..0d67af2
Binary files /dev/null and b/static/image/member/canyu-bg.png differ
diff --git a/static/image/member/choose-icon.png b/static/image/member/choose-icon.png
new file mode 100644
index 0000000..ad2d1f8
Binary files /dev/null and b/static/image/member/choose-icon.png differ
diff --git a/static/image/member/item-img.png b/static/image/member/item-img.png
new file mode 100644
index 0000000..7d5e836
Binary files /dev/null and b/static/image/member/item-img.png differ
diff --git a/static/image/member/m0.png b/static/image/member/m0.png
deleted file mode 100644
index a57fb0a..0000000
Binary files a/static/image/member/m0.png and /dev/null differ
diff --git a/static/image/member/m1.png b/static/image/member/m1.png
deleted file mode 100644
index b0b67ed..0000000
Binary files a/static/image/member/m1.png and /dev/null differ
diff --git a/static/image/member/m2.png b/static/image/member/m2.png
deleted file mode 100644
index 6baed39..0000000
Binary files a/static/image/member/m2.png and /dev/null differ
diff --git a/static/image/member/ycx-bg.png b/static/image/member/ycx-bg.png
new file mode 100644
index 0000000..f01c679
Binary files /dev/null and b/static/image/member/ycx-bg.png differ
diff --git a/static/image/member/zlr-arrow.png b/static/image/member/zlr-arrow.png
new file mode 100644
index 0000000..37a4d75
Binary files /dev/null and b/static/image/member/zlr-arrow.png differ
diff --git a/static/image/member/zlr-bg.png b/static/image/member/zlr-bg.png
new file mode 100644
index 0000000..803211b
Binary files /dev/null and b/static/image/member/zlr-bg.png differ
diff --git a/static/image/member/zlr-icon.png b/static/image/member/zlr-icon.png
new file mode 100644
index 0000000..c540618
Binary files /dev/null and b/static/image/member/zlr-icon.png differ