Pārlūkot izejas kodu

更新 'README.md'

master
钱堃 pirms 4 gadiem
vecāks
revīzija
ac792e73f1
1 mainītis faili ar 264 papildinājumiem un 265 dzēšanām
  1. +264
    -265
      README.md

+ 264
- 265
README.md Parādīt failu

@ -1,265 +1,264 @@
# README # README
集成拼车回家、二手商城、跑腿为一体的小程序
集成拼车回家、二手商城、跑腿为一体的小程序 项目成员:池欣宁 王文清 钱堃
基于微信小程序开发助手
项目成员:池欣宁 王文清 钱堃 # 一.安装环境
微信小程序基于微信开发者工具,未安装点击以下链接安装:
基于微信小程序开发助手 [微信开发者工具 稳定版 Stable Build(1.03.2012120)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html)
# 二.源码下载
源码已上传水杉码园:
http://gitea.shuishan.net.cn/10185501412/cloud_computing_final
# 一.安装环境 下载最新版本(源码.zip)并解压
# 三.项目使用
微信小程序基于微信开发者工具,未安装点击以下链接安装: ## 1.打开项目
打开微信开发者工具,点击“+”号,得到以下界面
[微信开发者工具 稳定版 Stable Build(1.03.2012120)](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) 目录替换为源码解压后的文件夹中miniprogram的上一级文件夹
AppID填写 wxee86a9364b41f67e
点击新建后即可进入测试环境
一个APPID有同一个云环境,即云数据库是各个开发者共享的
![](readme_image\1.PNG)
## 2.开发者环境使用
# 二.源码下载 左边为模拟器预览模式,右边为代码(页面的代码在page文件夹中,通过控制台可以得知当前访问的页面名和代码位置),顶上有编译浏览和真机调试的选项,左上角的云开发按钮可以访问和管理云数据库和云存储(需要项目拥有者加权限)
![](readme_image\2.PNG)
源码已上传github: ## 3.获取开发者权限
该项目连接的云开发平台(包含云数据库,云存储等云服务)需要开发者权限才能访问,没有权限无法访问云开发平台项目会无法运行,如需权限请添加微信进行联系,微信号:Habseligkeit030
https://github.com/chixinn/cloud-computing # 四.项目结构
│ .DS_Store
下载最新版本( .zip)并解压 │ project.config.json
│ project.txt
│ README(2021.1.2).md
│ README.md
├─cloudfunctions
# 三.项目使用 │ │ .DS_Store
│ │
## 1.打开项目 │ └─login
│ config.json
打开微信开发者工具,点击“+”号,得到以下界面 │ index.js
│ package.json
目录替换为源码解压后的文件夹中miniprogram的上一级文件夹
└─miniprogram
AppID填写 wxee86a9364b41f67e │ .DS_Store
│ app.js
点击新建后即可进入测试环境 │ app.json
│ app.wxss
一个APPID有同一个云环境,即云数据库是各个开发者共享的 │ sitemap.json
![](readme_image\1.PNG) ├─components
│ ├─chatroom
│ │ chatroom.js
│ │ chatroom.json
## 2.开发者环境使用 │ │ chatroom.wxml
│ │ chatroom.wxss
左边为模拟器预览模式,右边为代码(页面的代码在page文件夹中,通过控制台可以得知当前访问的页面名和代码位置),顶上有编译浏览和真机调试的选项,左上角的云开发按钮可以访问和管理云数据库和云存储(需要项目拥有者加权限) │ │ dots.gif
│ │ photo.png
│ │
│ └─fixedBottom
![](readme_image\2.PNG) │ fixedBottom.js
│ fixedBottom.json
│ fixedBottom.wxml
│ fixedBottom.wxss
├─images
## 3.获取开发者权限 │ .DS_Store
│ cre.jpg
该项目连接的云开发平台(包含云数据库,云存储等云服务)需要开发者权限才能访问,没有权限无法访问云开发平台项目会无法运行,如需权限请添加微信进行联系,微信号:Habseligkeit030 │ cre1.jpg
│ get.png
│ 上海南火车站.jpg
│ 上海浦东机场.jpg
│ 上海火车站.jpg
│ 上海虹桥火车站.jpg
# 四.项目结构 │ 信息.png
│ 创建1.png
│ .DS_Store │ 创建2.png
│ project.config.json │ 市场1.png
│ project.txt │ 市场2.png
│ README(2021.1.2).md │ 我的1.png
│ README.md │ 我的2.png
│ 旅程.png
├─cloudfunctions │ 查找1.png
│ │ .DS_Store │ 查找2.png
│ │ │ 跑腿1.png
│ └─login │ 跑腿2.png
│ config.json
│ index.js ├─pages
│ package.json │ │ .DS_Store
│ │
└─miniprogram │ ├─campustrip
│ .DS_Store │ │ campustrop.js
│ app.js │ │ campustrop.json
│ app.json │ │ campustrop.wxml
│ app.wxss │ │ campustrop.wxss
│ sitemap.json │ │
│ ├─create
├─components │ │ │ .DS_Store
│ ├─chatroom │ │ │
│ │ chatroom.js │ │ ├─cre1
│ │ chatroom.json │ │ │ cre1.js
│ │ chatroom.wxml │ │ │ cre1.json
│ │ chatroom.wxss │ │ │ cre1.wxml
│ │ dots.gif │ │ │ cre1.wxss
│ │ photo.png │ │ │
│ │ │ │ ├─cre2
│ └─fixedBottom │ │ │ cre2.js
│ fixedBottom.js │ │ │ cre2.json
│ fixedBottom.json │ │ │ cre2.wxml
│ fixedBottom.wxml │ │ │ cre2.wxss
│ fixedBottom.wxss │ │ │
│ │ └─cre3
├─images │ │ cre3.js
│ .DS_Store │ │ cre3.json
│ cre.jpg │ │ cre3.wxml
│ cre1.jpg │ │ cre3.wxss
│ get.png │ │
│ 上海南火车站.jpg │ ├─fillinfo
│ 上海浦东机场.jpg │ │ fillinfo.js
│ 上海火车站.jpg │ │ fillinfo.json
│ 上海虹桥火车站.jpg │ │ fillinfo.wxml
│ 信息.png │ │ fillinfo.wxss
│ 创建1.png │ │
│ 创建2.png │ ├─find
│ 市场1.png │ │ │ .DS_Store
│ 市场2.png │ │ │
│ 我的1.png │ │ ├─find1
│ 我的2.png │ │ │ find1.js
│ 旅程.png │ │ │ find1.json
│ 查找1.png │ │ │ find1.wxml
│ 查找2.png │ │ │ find1.wxss
│ 跑腿1.png │ │ │
│ 跑腿2.png │ │ ├─find2
│ │ │ find2.js
├─pages │ │ │ find2.json
│ │ .DS_Store │ │ │ find2.wxml
│ │ │ │ │ find2.wxss
│ ├─campustrip │ │ │
│ │ campustrop.js │ │ └─find3
│ │ campustrop.json │ │ find3.js
│ │ campustrop.wxml │ │ find3.json
│ │ campustrop.wxss │ │ find3.wxml
│ │ │ │ find3.wxss
│ ├─create │ │
│ │ │ .DS_Store │ ├─frontdemo
│ │ │ │ │ frontdemo.js
│ │ ├─cre1 │ │ frontdemo.json
│ │ │ cre1.js │ │ frontdemo.wxml
│ │ │ cre1.json │ │ frontdemo.wxss
│ │ │ cre1.wxml │ │
│ │ │ cre1.wxss │ ├─index
│ │ │ │ │ index.js
│ │ ├─cre2 │ │ index.json
│ │ │ cre2.js │ │ index.wxml
│ │ │ cre2.json │ │ index.wxss
│ │ │ cre2.wxml │ │
│ │ │ cre2.wxss │ ├─index1
│ │ │ │ │ .DS_Store
│ │ └─cre3 │ │ index1.js
│ │ cre3.js │ │ index1.json
│ │ cre3.json │ │ index1.wxml
│ │ cre3.wxml │ │ index1.wxss
│ │ cre3.wxss │ │ user-unlogin.png
│ │ │ │
│ ├─fillinfo │ ├─me
│ │ fillinfo.js │ │ me.js
│ │ fillinfo.json │ │ me.json
│ │ fillinfo.wxml │ │ me.wxml
│ │ fillinfo.wxss │ │ me.wxss
│ │ │ │
│ ├─find │ ├─myinfo
│ │ │ .DS_Store │ │ myinfo.js
│ │ │ │ │ myinfo.json
│ │ ├─find1 │ │ myinfo.wxml
│ │ │ find1.js │ │ myinfo.wxss
│ │ │ find1.json │ │
│ │ │ find1.wxml │ ├─mytask
│ │ │ find1.wxss │ │ mytask.js
│ │ │ │ │ mytask.json
│ │ ├─find2 │ │ mytask.wxml
│ │ │ find2.js │ │ mytask.wxss
│ │ │ find2.json │ │
│ │ │ find2.wxml │ ├─mytaskdetail
│ │ │ find2.wxss │ │ mytaskdetail.js
│ │ │ │ │ mytaskdetail.json
│ │ └─find3 │ │ mytaskdetail.wxml
│ │ find3.js │ │ mytaskdetail.wxss
│ │ find3.json │ │
│ │ find3.wxml │ ├─secondhandstore
│ │ find3.wxss │ │ │ secondhandstore.js
│ │ │ │ │ secondhandstore.json
│ ├─frontdemo │ │ │ secondhandstore.wxml
│ │ frontdemo.js │ │ │ secondhandstore.wxss
│ │ frontdemo.json │ │ │
│ │ frontdemo.wxml │ │ └─cre1
│ │ frontdemo.wxss │ │ cre1.js
│ │ │ │ cre1.json
│ ├─index │ │ cre1.wxml
│ │ index.js │ │ cre1.wxss
│ │ index.json │ │
│ │ index.wxml │ ├─send
│ │ index.wxss │ │ send.js
│ │ │ │ send.json
│ ├─index1 │ │ send.wxml
│ │ .DS_Store │ │ send.wxss
│ │ index1.js │ │
│ │ index1.json │ ├─send1
│ │ index1.wxml │ │ .DS_Store
│ │ index1.wxss │ │ send1.js
│ │ user-unlogin.png │ │ send1.json
│ │ │ │ send1.wxml
│ ├─me │ │ send1.wxss
│ │ me.js │ │
│ │ me.json │ └─sendContent
│ │ me.wxml │ sendContent.js
│ │ me.wxss │ sendContent.json
│ │ │ sendContent.wxml
│ ├─myinfo │ sendContent.wxss
│ │ myinfo.js
│ │ myinfo.json └─style
│ │ myinfo.wxml guide.wxss
│ │ myinfo.wxss
│ │
│ ├─mytask
│ │ mytask.js
│ │ mytask.json
│ │ mytask.wxml
│ │ mytask.wxss
│ │
│ ├─mytaskdetail
│ │ mytaskdetail.js
│ │ mytaskdetail.json
│ │ mytaskdetail.wxml
│ │ mytaskdetail.wxss
│ │
│ ├─secondhandstore
│ │ │ secondhandstore.js
│ │ │ secondhandstore.json
│ │ │ secondhandstore.wxml
│ │ │ secondhandstore.wxss
│ │ │
│ │ └─cre1
│ │ cre1.js
│ │ cre1.json
│ │ cre1.wxml
│ │ cre1.wxss
│ │
│ ├─send
│ │ send.js
│ │ send.json
│ │ send.wxml
│ │ send.wxss
│ │
│ ├─send1
│ │ .DS_Store
│ │ send1.js
│ │ send1.json
│ │ send1.wxml
│ │ send1.wxss
│ │
│ └─sendContent
│ sendContent.js
│ sendContent.json
│ sendContent.wxml
│ sendContent.wxss
└─style
guide.wxss

||||||
x
 
000:0
Notiek ielāde…
Atcelt
Saglabāt