Peter

Results 38 comments of Peter

``` let selector = +window.synccheck.selector; if( selector === 7){ console.error("!!!###尝试修复了死循环检测,请务必联系信息管理员反馈:进入/离开聊天页面 synccheck selector=",synccheck) setTimeout(()=> { return loop(); }, 3*1000); return; } if (selector !== 0) { console.log("synccheck selector=",synccheck); await self.getNewMessage(); }...

@trazyn 大佬赶紧更新吧,被封号需要微信号我给您哈!

万分感谢, 我设置中是开了消息提示的. 如果想支持闪烁, 要怎么加呢?

``` let notification = new window.Notification(title, { icon: user.HeadImgUrl, body: helper.getMessageContent(message), vibrate: [200, 100, 200], }); ``` @trazyn 我调试了,代码是都执行了,但右下角就是一直很安静地不变 ![image](https://user-images.githubusercontent.com/1269898/44021531-a5a3ea1c-9f17-11e8-905b-14f82628f04d.png)

是有一点点变化,多了...肉眼看不出来, 我测试发送的微信头像是有颜色的啊, 怎么变显眼一点呢? ![image](https://user-images.githubusercontent.com/1269898/44021609-d328eb9a-9f17-11e8-930b-28717d570a8a.png) ![image](https://user-images.githubusercontent.com/1269898/44021613-d5fae328-9f17-11e8-8b9e-40834f812922.png)

treeData={typeList.map( s => {return {...s,disabled:true}})}

I want it, too. Press one button, don't dismiss automatically.

I've the same problem too, everytime. I alert it from a cell UITableViewCell. ``` ruby UITextField *textField; //textField. BlockTextPromptAlertView *alert = [BlockTextPromptAlertView promptWithTitle:strShow message:BET_SCORE_REAL textField:&textField block:^(BlockTextPromptAlertView *alert){ [alert.textField resignFirstResponder]; return...