add readme
This commit is contained in:
parent
35c74b7fa7
commit
4e2a875fa5
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
21
LICENSE
Normal file
21
LICENSE
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2017 Kiyan
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
48
README.md
48
README.md
@ -1 +1,47 @@
|
|||||||
#ipaotui-mall
|
# 微信小程序-爱跑腿外卖
|
||||||
|
|
||||||
|
## 配置
|
||||||
|
|
||||||
|
### 接口域名切换, 默认为正式接口域名
|
||||||
|
|
||||||
|
```javascript
|
||||||
|
// 测试域名
|
||||||
|
wx.setStorageSync('debug', true)
|
||||||
|
|
||||||
|
// 正式域名
|
||||||
|
wx.removeStorageSync('debug')
|
||||||
|
```
|
||||||
|
|
||||||
|
### request合法域名
|
||||||
|
|
||||||
|
```text
|
||||||
|
https://apis.map.qq.com
|
||||||
|
https://api.ipaotui.com
|
||||||
|
https://apitest.ipaotui.com
|
||||||
|
```
|
||||||
|
|
||||||
|
## 预览
|
||||||
|
|
||||||
|
### 首页
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 商店详情
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 订单列表
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 订单详情
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 我的
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### 小程序二维码
|
||||||
|
|
||||||
|

|
BIN
images/gh_d4b22dcbcbad_430.jpg
Normal file
BIN
images/gh_d4b22dcbcbad_430.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
x
Reference in New Issue
Block a user