File tree Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Expand file tree Collapse file tree 1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change 21
21
22
22
## [ 视频演示如何运行当前项目] ( http://files.wedn.net/videos/weapp/run-it.mp4 )
23
23
24
+ ## [ 真机测试] ( http://files.wedn.net/videos/weapp/weapp.mp4 )
25
+
24
26
25
27
## 目录
26
28
@@ -186,49 +188,49 @@ $ npm run build
186
188
187
189
- [ ] [ level-00] ( https://github.com/zce/weapp-demo/tree/level-00 )
188
190
189
- + 最基本的微信小程序项目结构
190
- + 一个简单页面的工作
191
+ + 最基本的微信小程序项目结构
192
+ + 一个简单页面的工作
191
193
192
194
- [ ] [ level-01] ( https://github.com/zce/weapp-demo/tree/level-01 )
193
195
194
- + 包含` NavigationBar ` 和` TabBar ` 的设置
195
- + 多标签页面切换
196
+ + 包含` NavigationBar ` 和` TabBar ` 的设置
197
+ + 多标签页面切换
196
198
197
199
- [ ] [ level-02] ( https://github.com/zce/weapp-demo/tree/level-02 )
198
200
199
- + 划分程序中的各个页面
200
- + 分别完成各个页面的结构和布局
201
+ + 划分程序中的各个页面
202
+ + 分别完成各个页面的结构和布局
201
203
202
204
- [ ] [ level-03] ( https://github.com/zce/weapp-demo/tree/level-03 )
203
205
204
- + 页面与页面之间的跳转
206
+ + 页面与页面之间的跳转
205
207
206
208
- [ ] [ level-04] ( https://github.com/zce/weapp-demo/tree/level-03 )
207
209
208
- + 使用假数据的方式完成数据绑定
210
+ + 使用假数据的方式完成数据绑定
209
211
210
212
- [ ] [ level-05] ( https://github.com/zce/weapp-demo/tree/level-04 )
211
213
212
- + 改用` wx.request ` 接口调用` 豆瓣API ` 完成数据加载
213
- + 增加加载过程界面体现(loading)
214
+ + 改用` wx.request ` 接口调用` 豆瓣API ` 完成数据加载
215
+ + 增加加载过程界面体现(loading)
214
216
215
217
- [ ] [ level-06] ( https://github.com/zce/weapp-demo/tree/level-05 )
216
218
217
- + 封装操作` 豆瓣API ` 的模块
218
- + 二次封装` 微信API ` 为` Promise ` 的实现
219
+ + 封装操作` 豆瓣API ` 的模块
220
+ + 二次封装` 微信API ` 为` Promise ` 的实现
219
221
220
222
- [ ] [ level-07] ( https://github.com/zce/weapp-demo/tree/level-06 )
221
223
222
- + 上拉加载(数据分页)
224
+ + 上拉加载(数据分页)
223
225
224
226
- [ ] [ level-08] ( https://github.com/zce/weapp-demo/tree/level-07 )
225
227
226
- + 其他` 微信API ` 的使用
227
- + ..
228
+ + 其他` 微信API ` 的使用
229
+ + ..
228
230
229
231
- [x] master
230
232
231
- + 主线版本,包含全部功能和特性!
233
+ + 主线版本,包含全部功能和特性!
232
234
233
235
234
236
## 相关项目
You can’t perform that action at this time.
0 commit comments