duanjinqiu

Results 3 issues of duanjinqiu

下面是我访问 http://www.enpmjs.org 的结果 ![image](https://user-images.githubusercontent.com/28377146/96347322-9e01e400-10d3-11eb-96dd-0267a0c37ba2.png)

我是用jQuery的ajax方法请求这些url,使用JSONP方法。控制台报错了。 ![image](https://user-images.githubusercontent.com/28377146/31418119-9da51888-ae66-11e7-887a-89ce5dfeffbb.png) ,但是控制台preview里面有请求到的数据 ![Uploading image.png…]()

我把dist目录下的weapp-cookie.js放到了我项目中的utils目录中,然后在app.js中引入了,就报错了。 我的小程序项目使用了插件,文档中说小程序插件的安全机制,不允许改写wx.request方法。 变通的方法是使用别名。但是现在我想让这个不报错。请问怎么让这个先不报错呀 ![image](https://user-images.githubusercontent.com/28377146/69482009-268aec80-0e51-11ea-8aad-45478a7172fa.png) ![image](https://user-images.githubusercontent.com/28377146/69481985-f2173080-0e50-11ea-846d-e4b05826312d.png)