曹天怡 cf17081d62 | 2 years ago | ||
---|---|---|---|
.. | |||
Pages | 删除 | 2 years ago | |
asset | 删除 | 2 years ago | |
.keep | 2 years ago | ||
README.md | 2 years ago | ||
app.js | 2 years ago | ||
app.json | 2 years ago | ||
app.wxss | 2 years ago | ||
project.config.json | 2 years ago | ||
project.private.config.json | 2 years ago | ||
sitemap.json | 2 years ago |
# Handgout 项目
## 文件目录
hangout
├─ .git
├─ Pages (页面)
│ ├─ HGBot (憨狗bot)
│ │ ├─ Home (憨狗Bot主页面)
│ │ │ ...
│ │ │ └─ Home.wxml
│ │ ├─ Rd (抽签页)
│ │ │ ...
│ │ │ └─ Rd.wxss
│ │ ├─ Vote (投票)
│ │ │ ├─ received (收到某用户发起的投票)
│ │ │ │ ...
│ │ │ │ └─ received.wxml
│ │ │ └─ send (用户发起投票)
│ │ │ ...
│ │ │ └─ send.wxml
│ │ └─ Whisper (悄悄话)
│ │ ├─ received (收到悄悄话)
│ │ │ ├─ received.wxml (收到某人的悄悄话)
│ │ │ ...
│ │ │ └─ total.wxml (过往收到的所有悄悄话)
│ │ └─ send (发送悄悄话)
│ │ ├─ OK.wxml (悄悄话发送成功)
│ │ ...
│ │ ├─ getMsg.wxml (悄悄话信息录入)
│ │ ...
│ │ └─ send.wxml (选择发送悄悄话)
│ ├─ community (社区分享)
│ │ ├─ index (社区主页面)
│ │ │ ...
│ │ │ └─ index.wxml
│ │ └─ plan (动态)
│ │ ├─ info.wxml (查看某人动态圈)
│ │ ...
│ │ ├─ new.wxml (发布新动态)
│ │ ...
│ │ └─ view.wxml (查看某动态)
│ ├─ homepage (欢迎页面)
│ │ ...
│ │ └─ homepage.wxml
│ ├─ id (我的账号页面)
│ │ ...
│ │ └─ id.wxml
│ ├─ menu (菜单)
│ │ ├─ menu.wxml (主菜单页面)
│ │ ...
│ │ ├─ new_usr.wxml (新用户完善个人信息)
│ │ ...
│ │ └─ pre.wxml (新手教程)
│ └─ travel (行程安排)
│ ├─ evaluation (行程评价)
│ │ └─ index (主页面)
│ │ ...
│ │ └─ index.wxml
│ ├─ follow (行程跟进)
│ │ └─ index (主页面)
│ │ ...
│ │ └─ index.wxml
│ ├─ home (我的行程页面菜单)
│ │ ...
│ │ └─ home.wxml
│ ├─ plan (行程安排)
│ │ ├─ main (主页面)
│ │ │ ├─ assistant (攻略)
│ │ │ │ ...
│ │ │ │ └─ somewhere.wxml (附近某地点的详细展示)
│ │ │ ├─ index (规划中行程主页面)
│ │ │ │ ...
│ │ │ │ └─ index.wxml
│ │ │ ├─ member (成员信息列表)
│ │ │ │ ├─ leader.wxml (组长信息页)
│ │ │ │ ...
│ │ │ │ └─ member.wxml (普通成员信息页)
│ │ │ ...
│ │ │ ├─ menu.wxml (有过往行程时的主界面)
│ │ │ └─ wish (愿望清单)
│ │ │ ├─ vote (投票)
│ │ │ │ ├─ fail (非组长发起投票导致失败页面)
│ │ │ │ │ ...
│ │ │ │ │ └─ fail.wxss
│ │ │ │ ├─ finish (结果展示)
│ │ │ │ │ ├─ finish.wxml (结束投票页面(仅组长可见))
│ │ │ │ │ ...
│ │ │ │ │ └─ result.wxml (展示投票结果)
│ │ └─ new (创建新行程)
│ │ ├─ create.wxml (创建行程)
│ │ ...
│ │ ├─ new.wxml (无过往行程时的主页面)
│ │ ...
│ │ └─ share.wxml (新行程分享邀请加入(分享之后跳转至愿望清单))
│ └─ preparation (行前准备)
│ ├─ index (行前准备主页面)
│ │ ...
│ │ └─ index.wxml
│ └─ message (当地信息)
│ ├─ eat (当地饮食信息界面)
│ │ ...
│ │ └─ eat.wxml
│ ├─ epidemic (地方防疫政策相关信息)
│ │ ...
│ │ └─ epidemic.wxml
│ ├─ play (娱乐信息)
│ │ ...
│ │ └─ play.wxml
│ ├─ travel (交通信息)
│ │ ...
│ │ └─ travel.wxml
│ └─ weather (天气信息)
│ ...
│ └─ weather.wxml
├─ asset (媒体文件)
│ └─ img (图像)
│ ├─ erweima.png
... ...
│ └─ wechat.png
├─ components (组件库)
│ ├─ assistant (副日程页面)
│ │ ...
│ │ └─ assistant.wxml
│ ├─ bill (行程账单记录)
│ │ ...
│ │ └─ bill.wxml
│ ├─ checked (出行地点打卡)
│ │ ...
│ │ └─ checked.wxml
│ ├─ community (社区页面)
│ │ ...
│ │ └─ community.wxml
│ ├─ eat (干饭地点投票)
│ │ ...
│ │ └─ eat.wxml
│ ├─ eval (行程满意度打分)
│ │ ...
│ │ └─ eval.wxml
│ ├─ half (半日日程投票)
│ │ ...
│ │ └─ half.wxml
│ ├─ history (浏览历史)
│ │ ...
│ │ └─ history.wxml
│ ├─ id (个人主页)
│ │ ...
│ │ └─ id.wxml
│ ├─ list (物品清单)
│ │ ...
│ │ └─ list.wxml
│ ├─ main (主行程规划页面)
│ │ ...
│ │ └─ main.wxml
│ ├─ member (成员信息列表)
│ │ ...
│ │ └─ member.wxml
│ ├─ memory (备忘录)
│ │ ...
│ │ └─ memory.wxml
│ ├─ message (当地信息)
│ │ ...
│ │ └─ message.wxml
│ ├─ note (旅行手札记录)
│ │ ...
│ │ └─ note.wxml
│ ├─ report (中途离开时行动报备)
│ │ ...
│ │ └─ report.wxml
│ ├─ share (旅行计划分享)
│ │ ...
│ │ └─ share.wxml
│ ├─ star (收藏夹)
│ │ ...
│ │ └─ star.wxml
│ ├─ whole (一日日程投票)
│ │ ...
│ │ └─ whole.wxml
│ ├─ wish (未发起投票时的愿望清单页面)
│ │ ...
│ │ └─ wish.wxml
│ ├─ wish1 (组长发起投票后愿望清单主页面)
│ │ ...
│ │ └─ wish1.wxml
│ └─ wish2 (投票结束后愿望清单主页面)
│ ...
│ └─ wish2.wxml
├─ README.md
├─ app.js
├─ app.json
├─ app.wxss
├─ project.config.json
├─ project.private.config.json
└─ sitemap.json
asset:图片库
Pages:所有文件
components:组件库
/Pages/homepage:欢迎页面
/Pages/menu/menu:主菜单页面
/Pages/menu/new_usr:新用户完善个人信息
/Pages/menu/pre:新手教程
-/Pages/id:我的账号页面
/Pages/travel/preparation/index/index:行前准备主页面
/components/list/list:物品清单
/components/memory/memory:备忘录
/components/message/message:当地信息
/Pages/travel/preparation/message/eat/eat:当地饮食信息界面
/Pages/travel/preparation/message/play/play:娱乐信息
/Pages/travel/preparation/message/travel/travel:交通信息
/Pages/travel/preparation/message/weather/weather:天气信息
/Pages/travel/preparation/message/epidemic/epidemic:地方防疫政策相关信息
/Pages/travel/plan/new/new:无过往行程时的主页面
/Pages/travel/plan/new/create:创建行程
/Pages/travel/plan/new/share:新行程分享邀请加入(分享之后跳转至愿望清单)
/Pages/travel/plan/main/menu:有过往行程时的主界面
/Pages/travel/plan/main/index/index:规划中行程主页面
/components/main/main:主行程规划页面(点某一具体时间段跳转到计划打卡页面完成打卡)
/components/wish/wish:未发起投票时的愿望清单页面
/Pages/travel/plan/main/wish/vote/fail/fail:非组长发起投票导致失败页面
/components/wish1/wish1:组长发起投票后愿望清单主页面(和下面那个二选1删因为我不知道用哪个)
/Pages/travel/plan/main/wish/vote/index/index:组长发起投票后愿望清单主页面
/components/half/half:半日日程投票
/components/whole/whole:一日日程投票
/components/eat/eat:干饭地点投票
/Pages/travel/plan/main/wish/vote/vote:对某地点投票页面
/Pages/travel/plan/main/wish/vote/finish/result:展示投票结果
/Pages/travel/plan/main/wish/vote/finish/finish:结束投票页面(仅组长可见)
/components/wish2/wish2:投票结束后愿望清单主页面(和下面那个二选1删因为我不知道用哪个
/Pages/travel/plan/main/wish/wish/wish:投票结束后愿望清单主页面(用于展示目前所得愿望)
/Pages/travel/plan/main/wish/wish/new:新增愿望
/components/assistant/assistant:副日程页面
/Pages/travel/plan/main/assistant/somewhere:附近某地点的详细展示
/components/member/member:成员信息列表
/Pages/travel/plan/main/member/leader:组长信息页
/Pages/travel/plan/main/member/member:普通成员信息页
/Pages/community/index/index:社区主页面
/components/community/community:社区页面
/Pages/community/plan/new:发布新动态
/Pages/community/plan/view:查看某动态
/Pages/community/plan/info:查看某人动态圈儿
/components/history/history:浏览历史
/components/star/star:收藏夹
/components/id/id:个人主页
在此总结一下问题
/components/list
和 /components/memory
中的交互问题