This repository was archived by the owner on Jul 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +15
-25
lines changed
Expand file tree Collapse file tree 8 files changed +15
-25
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ npm install
3030
3131npm run dev
3232
33- //使用微信开发者工具打开dist目录 ,关闭域名和https检查即可
33+ //使用微信开发者工具打开 ,关闭域名和https检查即可
3434```
3535
3636
@@ -50,49 +50,39 @@ npm run dev
5050 - card 单一帖子头组件
5151 - authorHead 作者信息头
5252 - login 登录组件
53- - sendreply 回复、评论组建
53+ - sendreply 回复、评论组件
5454 - const.js 常量
5555 - utils 一些工具函数
5656- static 静态图片部分
5757
58- 目前已经完成了绝大部分功能,尚未完成的功能在和遇到的问题在todo中
5958
6059目前存在的问题
6160
62- 小程序无法动态插入dom,markdwon的解析有点问题, [ wemark] ( https://github.com/TooBug/wemark ) 在mpvue上使用需要改造下。已封装 [ mpvue-wemark] ( https://github.com/673800357 /mpvue-wemark ) 解决
61+ ~~ 小程序无法动态插入dom,markdwon的解析有点问题~~ ,在 [ wemark] ( https://github.com/TooBug/wemark ) 基础上改造了下 [ mpvue-wemark] ( https://github.com/flytam /mpvue-wemark ) 解决
6362
6463
6564todo
6665
6766 - 编辑自己发过的主题
68- - 展示未读消息数和消息已读
67+ - ~~ 展示未读消息数和消息已读~~
6968
7069
71- 优化
70+ 优化
7271 - 请求失败状态码非200会抛异常,如何统一优雅处理
7372 - 部分页面添加下拉刷新
74- - 到顶部代码不清真。
75-
76- 后话:
77-
78- 这个项目没有涉及到太多复杂的部分,主要到是业务逻辑的开发,所有的对于作为一个vue和mpvue小程序入门项目是非常合适的。由于开发时间短,部分代码质量和交互做得不太好。对于未完成的部分和部分未知bug欢迎各位star、提issue、提pr一起来玩2333.
79-
80- 效果图
81-
82-
83- ![ ] ( ./img/home.png )
84-
85-
86- ![ ] ( ./img/2.png )
87-
88-
89- ![ ] ( ./img/3.png )
73+ - ~~ 到顶部代码不清真。~~
9074
75+ 后话:
9176
92- ![ ] ( ./img/4.png )
77+ 这个项目没有涉及到太多复杂的部分,主要到是业务逻辑的开发,也是自己第一个用vue写的东西。所以的对于作为一个vue和mpvue小程序入门项目是非常合适的。由于开发时间短,部分代码质量和交互做得不太好。
9378
79+ 部分效果图
9480
95- ![ ] ( ./img/5.png )
81+ <img src =" ./img/1.png " width =" 50% " height =" 50% " >
82+ <img src =" ./img/2.png " width =" 50% " height =" 50% " >
83+ <img src =" ./img/3.png " width =" 50% " height =" 50% " >
84+ <img src =" ./img/4.png " width =" 50% " height =" 50% " >
85+ <img src =" ./img/5.png " width =" 50% " height =" 50% " >
9686
9787- License
9888
Original file line number Diff line number Diff line change 99 },
1010 "miniprogramRoot" : " ./dist/" ,
1111 "compileType" : " miniprogram" ,
12- "appid" : " wx4f6a5800a8abe179" ,
12+ "appid" : " wx4f6a5800a8abe179" ,
1313 "projectname" : " mpvue-cnode" ,
1414 "condition" : {
1515 "search" : {
You can’t perform that action at this time.
0 commit comments