hotsuitor

Results 5 issues of hotsuitor

# 微信开发者工具1.9.1,报错的问题,callback 函数参数错误,这个是什么原因造成的呢 ``` WAService.js:3 thirdScriptError result is not defined;at pages/topics/topics getData function;at api request success callback function ReferenceError: result is not defined at Object.getDateDiff (http://127.0.0.1:9973/appservice/utils/util.js:48:12) at http://127.0.0.1:9973/appservice/pages/topics/topics.js:69:37 at Array.map...

```ts type MyAwaited = T extends PromiseLike ? MyAwaited : T; ```

answer
en
189

```ts type If = C extends true ? T : F; ```

answer
en
268

1. 改用安全模式创建虚拟键盘对象 2.修复键盘小图标点击无效问题