lensh / vue-qq

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
MIT License
917 stars 230 forks source link

移动uc浏览器上的一些问题 #16

Open Coder-Li opened 6 years ago

Coder-Li commented 6 years ago

不知道你在手机上试过没有,我在uc上发现了2个问题 1.整个界面还有浏览器的菜单栏,显得小,联系在html mate里配置上全屏模式 2.用store记录消息界面的滚动条位置,我觉得用vue-router keep-alive好一点 3.上面的只是建议,下面的是bug 4.手机上,私聊发送按钮掉了没反应,消息发不出去 5.我看代码里对于第一次时间判断message.length==0可能写错了,我觉得是this.datalist.message.length.....这个因为是在手机的github上看的,也没有实际运行佐证,你看一下吧,因为我去看你dome时候发现,发送的第一条信息也打印出时间来了。可能确实这个判断错了

截了两个图,等到了公司用电脑发出来,上面纯手机手打。感谢提供质量这么高的代码:)