Jeff Tian

Results 41 comments of Jeff Tian

@lifetin isn't the google translation enough? ![image](https://user-images.githubusercontent.com/3367820/102040058-91191c80-3e06-11eb-9bea-9dbeaec8812f.png)

请问如何缩小这个间距: ![image](https://user-images.githubusercontent.com/3367820/95674690-66330200-0be4-11eb-8a2b-346a757342d1.png)

感谢!小白求问具体设置,比如要设置每章的标题端前距离为17像素,应该怎么写?

试下来可以在导言区加入: ``` \ctexset{chapter/beforeskip=0pt} ```

@popomore mock 状态下发送 body 服务器端收不到是怎么回事?点击“登录”后,发的 ajax 请求,content-type 是 application/json,应该会被 bodyParser 正确解析。 但是服务器端打印出来的请求头是 urllib: ![image](https://user-images.githubusercontent.com/3367820/61934132-36391800-afba-11e9-8cc6-a1e1a79fb924.png) 并且 content-type 丢掉了,bodyParser 直接跳过解析,所以 mock server 收不到 post 的 body 数据。 看了客户端请求是 fetch 发出的,但是不知道在哪一层被 urllib 截获转发了,而且转发时没有带上相应的...

找到了,是 homecontroller 用了 curl 做proxy,而 curl 用了 urllib ![image](https://user-images.githubusercontent.com/3367820/61937960-9f248e00-afc2-11e9-9e3f-e7fe5c47e5a1.png)

> 我也有这种问题,题主知道咋整了吗? 没有研究了,祝你好运。

在 taro 3 中使用,会报这个错: ``` [WXML Runtime warning] ./base.wxml Template `tmpl_0_wemark` not found. 287 | 288 | > 289 | | ^ 290 | 291 | 292 | ```

第一个提交测试通过,第二个提交没有本质改动,测试败在 npminstall 这一步。我在 fork 的 TravisCI 也重现了,清除 Cache 后,通过了。

@dead-horse @fengmk2 Any chance to get it approved and merged?