# 中农智惠小程序 **Repository Path**: bgweb/zmind ## Basic Information - **Project Name**: 中农智惠小程序 - **Description**: 中农智惠 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-11 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mini Program Project ## Overview This mini-program project features a homepage with four main entry points: **Sign In**, **Activities**, **Share**, and **Group Travel**. The design adheres to established mini-program interfaces, ensuring a user-friendly experience. ## Features ### 1. Sign In - Users can sign in and receive a success message. - Displays the number of points earned. - Redirects to a sign-in list showing total points, sign-in amounts, and records. ### 2. Activities - Users can view a list of activities. - A button to publish a new activity, requiring: - Activity name - Time - Responsible person - Contact number - Details - Displays ongoing activities and activities the user has participated in. - Each activity has a "View Details" option and an "Enroll Now" button, requiring name and phone number for enrollment. ### 3. Share - Redirects to a sharing page. - Allows sharing with WeChat friends and Moments. ### 4. Group Travel - Currently under development. - Displays a prompt when clicked. ## Project Structure ``` mini-program-project ├── components │ └── custom-component │ ├── index.js │ ├── index.json │ ├── index.wxml │ └── index.wxss ├── pages │ ├── activities │ ├── activity-detail │ ├── activity-publish │ ├── group-travel │ ├── index │ ├── share │ └── signin ├── utils │ └── util.js ├── app.js ├── app.json ├── app.wxss ├── project.config.json └── README.md ``` ## Setup Instructions 1. Clone the repository. 2. Navigate to the project directory. 3. Install necessary dependencies (if any). 4. Run the mini-program in the development environment. ## Usage Guidelines - Navigate through the homepage to access different sections. - Follow prompts for signing in and enrolling in activities. - Use the share feature to connect with friends. ## Contribution Feel free to contribute by submitting issues or pull requests. Your feedback and suggestions are welcome!