# wxapp **Repository Path**: three-d/wxapp ## Basic Information - **Project Name**: wxapp - **Description**: 校园综合服务小程序,包括学号绑定、课表查询、成绩查询、快递代拿、校友圈交友等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 2 - **Created**: 2021-12-21 - **Last Updated**: 2025-04-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 校园综合服务小程序 image-20220223085307745image-20220223085416740image-20220223085454735image-20220224162948811image-20220223085748696 目录 ├─components //组件 │ └─navigationBar //自定义导航栏组件 ├─img ├─pages │ ├─area //地区 │ ├─banzu //帮助接单页面 │ ├─course //课表页面 │ │ └─edu //学号绑定 │ ├─daiqu //取快递 │ ├─dayin //打印 │ ├─index //首页 │ ├─login //登录页 │ ├─mine //我的页面 │ │ ├─about //关于 │ │ ├─address //我的地址 │ │ ├─addressinfo //选择地址页面 │ │ ├─cash //提现 │ │ ├─chooseaddress //更换地区 │ │ ├─info //我的信息 │ │ └─jdsm //协议页面 │ ├─order 订单页面 │ │ └─detail │ ├─other //其他下单表单页面 │ ├─payment // │ ├─register //接单实名页面 │ ├─richtext //文章详情页 │ └─schoolfellow //校友圈 │ ├─detail //帖子详情页 │ └─release //发布页面 └─utils //工具 后台api在这里设置 ​ └─canvasdrawer # 正方教务Api **app.js**第5行 domain:'http://threez.wiod.cn' //正方教务 任务: 导航栏颜色 课表逻辑 存储数据库 获取个人信息 接单逻辑、实名逻辑 搜索 交友、组局 帖子赞和评论 # 部署 需要为微信用户角色添加: 校友圈所有接口 ``` /api/schoolfellow/add /api/schoolfellow/wxdel /api/schoolfellow/get /api/schoolfellow/wxgetById ```