Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
useryangtao committed Sep 25, 2016
1 parent 6759614 commit 1f7f6d2
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 19 deletions.
37 changes: 21 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,34 +26,39 @@ npm run build
- zepto
- fastclick

为了减少图片加载,图标使用的iconfont,
###为了减少图片加载,图标使用的iconfont,

###手机预览(QR)

![](./src/assets/images/readme/qr-vue-wechat.png)
![](./src/assets/images/readme/qr-vue-wechat.png)

微信貌似屏蔽githubt.io;
如微信扫码,请 点击右上角-> 浏览器 打开
加载略慢,建议clone本地预览
微信貌似屏蔽githubt.io;

如微信扫码,请 点击右上角-> 浏览器 打开

加载略慢,建议clone本地预览


### 基本操作
页面切换,动画过渡
(仿照ios系统切换风格:下一页打开时,当前页左偏移-30%;当前页关闭时,上一页左偏移从-30%过渡到0%)
chat 页
![](./src/assets/images/readme/view-chat.png)

页面切换,动画过渡
(仿照ios系统切换风格:下一页打开时,当前页左偏移-30%;当前页关闭时,上一页左偏移从-30%过渡到0%)

![](./src/assets/images/readme/view-wechat-animation.gif)
![](./src/assets/images/readme/view-wechat-animation.gif)

消息列表 (未读/已读)操作 及 删除
消息列表 (未读/已读)操作 及 删除

![](./src/assets/images/readme/view-wechat-chat.gif)
![](./src/assets/images/readme/view-wechat-chat.gif)

发现-朋友圈

![](./src/assets/images/readme/view-wechat-find-albums-friends.gif)
发现-朋友圈
![](./src/assets/images/readme/view-wechat-find-albums-friends.gif)

发现-扫一扫

![](./src/assets/images/readme/view-wechat-find-sao-yi-sao.gif)
发现-扫一扫
![](./src/assets/images/readme/view-wechat-find-sao-yi-sao.gif)


### 开发约定
Expand Down
6 changes: 3 additions & 3 deletions src/mock/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var list = [{
"chatDialogueBarModel": {
menu: [{
title: '翻译计划',
url: 'http://mp.weixin.qq.com/s?__biz=MzA3MjA4NjE3NQ==&mid=2652104271&idx=1&sn=fcd5bc3e300b92e10f3bf7574f1fcef8&scene=18#wechat_redirect',
url: 'http://p.memoe.cn/',
subMenu: []
}, {
title: '绝密试卷',
Expand All @@ -138,7 +138,7 @@ var list = [{
"qq": "000021",
"email": "[email protected]",
"type": "service",
"iconSrc": "http://image0.weixinla.com/weixin/avatar/20160626/846fd84845f92ab3c763bcc30c5ecd7cdcae25c7.jpg",
"iconSrc": "//images2015.cnblogs.com/blog/528573/201609/528573-20160922172336606-2007675830.jpg",
"qrCode": "",
"signature": "个性签名",
"telphone": 18812345678,
Expand Down Expand Up @@ -186,7 +186,7 @@ var list = [{
subMenu: []
}, {
title: '关注必读',
url: '//mp.weixin.qq.com/mp/homepage?__biz=MzA3NDM1NTY0Nw==&hid=1&sn=5574694ffc2ac18f84873bd901630d2e#wechat_redirect',
url: '',
subMenu: []
}, {
title: '联系我们',
Expand Down

0 comments on commit 1f7f6d2

Please sign in to comment.