云计算大作业,微信小程序源码,组员:池欣宁,王文清,钱堃
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

264 lines
6.6 KiB

  1. # README
  2. 集成拼车回家、二手商城、跑腿为一体的小程序
  3. 项目成员:池欣宁 王文清 钱堃
  4. 基于微信小程序开发助手
  5. # 一.安装环境
  6. 微信小程序基于微信开发者工具,未安装点击以下链接安装:
  7. [微信开发者工具 稳定版 Stable Build(1.03.2012120)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
  8. # 二.源码下载
  9. 源码已上传水杉码园:
  10. http://gitea.shuishan.net.cn/10185501412/cloud_computing_final
  11. 下载最新版本(源码.zip)并解压
  12. # 三.项目使用
  13. ## 1.打开项目
  14. 打开微信开发者工具,点击“+”号,得到以下界面
  15. 目录替换为源码解压后的文件夹中miniprogram的上一级文件夹
  16. AppID填写 wxee86a9364b41f67e
  17. 点击新建后即可进入测试环境
  18. 一个APPID有同一个云环境,即云数据库是各个开发者共享的
  19. ![](readme_image/1.PNG)
  20. ## 2.开发者环境使用
  21. 左边为模拟器预览模式,右边为代码(页面的代码在page文件夹中,通过控制台可以得知当前访问的页面名和代码位置),顶上有编译浏览和真机调试的选项,左上角的云开发按钮可以访问和管理云数据库和云存储(需要项目拥有者加权限)
  22. ![](readme_image/2.PNG)
  23. ## 3.获取开发者权限
  24. 该项目连接的云开发平台(包含云数据库,云存储等云服务)需要开发者权限才能访问,没有权限无法访问云开发平台项目会无法运行,如需权限请添加微信进行联系,微信号:Habseligkeit030
  25. # 四.项目结构
  26. │ .DS_Store
  27. │ project.config.json
  28. │ project.txt
  29. │ README(2021.1.2).md
  30. │ README.md
  31. ├─cloudfunctions
  32. │ │ .DS_Store
  33. │ │
  34. │ └─login
  35. │ config.json
  36. │ index.js
  37. │ package.json
  38. └─miniprogram
  39. │ .DS_Store
  40. │ app.js
  41. │ app.json
  42. │ app.wxss
  43. │ sitemap.json
  44. ├─components
  45. │ ├─chatroom
  46. │ │ chatroom.js
  47. │ │ chatroom.json
  48. │ │ chatroom.wxml
  49. │ │ chatroom.wxss
  50. │ │ dots.gif
  51. │ │ photo.png
  52. │ │
  53. │ └─fixedBottom
  54. │ fixedBottom.js
  55. │ fixedBottom.json
  56. │ fixedBottom.wxml
  57. │ fixedBottom.wxss
  58. ├─images
  59. │ .DS_Store
  60. │ cre.jpg
  61. │ cre1.jpg
  62. │ get.png
  63. │ 上海南火车站.jpg
  64. │ 上海浦东机场.jpg
  65. │ 上海火车站.jpg
  66. │ 上海虹桥火车站.jpg
  67. │ 信息.png
  68. │ 创建1.png
  69. │ 创建2.png
  70. │ 市场1.png
  71. │ 市场2.png
  72. │ 我的1.png
  73. │ 我的2.png
  74. │ 旅程.png
  75. │ 查找1.png
  76. │ 查找2.png
  77. │ 跑腿1.png
  78. │ 跑腿2.png
  79. ├─pages
  80. │ │ .DS_Store
  81. │ │
  82. │ ├─campustrip
  83. │ │ campustrop.js
  84. │ │ campustrop.json
  85. │ │ campustrop.wxml
  86. │ │ campustrop.wxss
  87. │ │
  88. │ ├─create
  89. │ │ │ .DS_Store
  90. │ │ │
  91. │ │ ├─cre1
  92. │ │ │ cre1.js
  93. │ │ │ cre1.json
  94. │ │ │ cre1.wxml
  95. │ │ │ cre1.wxss
  96. │ │ │
  97. │ │ ├─cre2
  98. │ │ │ cre2.js
  99. │ │ │ cre2.json
  100. │ │ │ cre2.wxml
  101. │ │ │ cre2.wxss
  102. │ │ │
  103. │ │ └─cre3
  104. │ │ cre3.js
  105. │ │ cre3.json
  106. │ │ cre3.wxml
  107. │ │ cre3.wxss
  108. │ │
  109. │ ├─fillinfo
  110. │ │ fillinfo.js
  111. │ │ fillinfo.json
  112. │ │ fillinfo.wxml
  113. │ │ fillinfo.wxss
  114. │ │
  115. │ ├─find
  116. │ │ │ .DS_Store
  117. │ │ │
  118. │ │ ├─find1
  119. │ │ │ find1.js
  120. │ │ │ find1.json
  121. │ │ │ find1.wxml
  122. │ │ │ find1.wxss
  123. │ │ │
  124. │ │ ├─find2
  125. │ │ │ find2.js
  126. │ │ │ find2.json
  127. │ │ │ find2.wxml
  128. │ │ │ find2.wxss
  129. │ │ │
  130. │ │ └─find3
  131. │ │ find3.js
  132. │ │ find3.json
  133. │ │ find3.wxml
  134. │ │ find3.wxss
  135. │ │
  136. │ ├─frontdemo
  137. │ │ frontdemo.js
  138. │ │ frontdemo.json
  139. │ │ frontdemo.wxml
  140. │ │ frontdemo.wxss
  141. │ │
  142. │ ├─index
  143. │ │ index.js
  144. │ │ index.json
  145. │ │ index.wxml
  146. │ │ index.wxss
  147. │ │
  148. │ ├─index1
  149. │ │ .DS_Store
  150. │ │ index1.js
  151. │ │ index1.json
  152. │ │ index1.wxml
  153. │ │ index1.wxss
  154. │ │ user-unlogin.png
  155. │ │
  156. │ ├─me
  157. │ │ me.js
  158. │ │ me.json
  159. │ │ me.wxml
  160. │ │ me.wxss
  161. │ │
  162. │ ├─myinfo
  163. │ │ myinfo.js
  164. │ │ myinfo.json
  165. │ │ myinfo.wxml
  166. │ │ myinfo.wxss
  167. │ │
  168. │ ├─mytask
  169. │ │ mytask.js
  170. │ │ mytask.json
  171. │ │ mytask.wxml
  172. │ │ mytask.wxss
  173. │ │
  174. │ ├─mytaskdetail
  175. │ │ mytaskdetail.js
  176. │ │ mytaskdetail.json
  177. │ │ mytaskdetail.wxml
  178. │ │ mytaskdetail.wxss
  179. │ │
  180. │ ├─secondhandstore
  181. │ │ │ secondhandstore.js
  182. │ │ │ secondhandstore.json
  183. │ │ │ secondhandstore.wxml
  184. │ │ │ secondhandstore.wxss
  185. │ │ │
  186. │ │ └─cre1
  187. │ │ cre1.js
  188. │ │ cre1.json
  189. │ │ cre1.wxml
  190. │ │ cre1.wxss
  191. │ │
  192. │ ├─send
  193. │ │ send.js
  194. │ │ send.json
  195. │ │ send.wxml
  196. │ │ send.wxss
  197. │ │
  198. │ ├─send1
  199. │ │ .DS_Store
  200. │ │ send1.js
  201. │ │ send1.json
  202. │ │ send1.wxml
  203. │ │ send1.wxss
  204. │ │
  205. │ └─sendContent
  206. │ sendContent.js
  207. │ sendContent.json
  208. │ sendContent.wxml
  209. │ sendContent.wxss
  210. └─style
  211. guide.wxss