leenty / vue2

vue2.0-demo
http://vue2.leenty.com/
146 stars 51 forks source link

blog不能评论 #1

Closed AimLuo closed 7 years ago

AimLuo commented 7 years ago

话说你的博客怎么不能评论了。

leenty commented 7 years ago

image 可以的呀,什么情况,你是翻墙了吗

AimLuo commented 7 years ago

好吧,是我傻逼了。顺便问你个问题。vue-resourse取回的数据是blob,这应该怎么解析成json。数据是我们公司的开发测试环境数据 如下图: image

代码如下,为何排版不对 https://segmentfault.com/n/1330000007936015

leenty commented 7 years ago

vue-resourse的Promise回调里有提供3个方法

Method Type Description
text() Promise Resolves the body as string
json() Promise Resolves the body as parsed JSON object
blob() Promise Resolves the body as Blob object

你可以试试blob()或者text()看看

你的segmentfault地址我没权限查看0.0

不过,多谢你的关注拉!

AimLuo commented 7 years ago

都试过了,然而并没有什么卵用,好像是后台的问题,明天找后台玩玩。

leenty commented 7 years ago

哈哈,可以的