-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nvue下纯native渲染post with application/x-www-form-urlencoded 有问题 #1100
Comments
按照weex官方的文档 https://weex.apache.org/zh/docs/modules/stream.html#fetch
uni-app在2.3.0版本做了调整,renderer配置为native的纯nvue项目,uni.request 发起网络请求时,Content-Type 默认设置为 application/json |
意思时, 还是说,我设置了 现在我设置了 我要怎么搞成正确的结果。 |
看了下源码,我上面说的有点问题,这块我们内部应该处理了才对,我再验证一下 |
好的。感觉这个是数据打包的问题。按照uni.request的接口,我们都是给Object,uni自己会根据content-type打包一次,然后再提交给weex。不知道是不是这样处理的。 |
新手入门 |
@leixingqiang 应该已经解决了这个问题了的。另外在manifest.json里面有是否native的配置。 |
content-type 为 application/x-www-form-urlencoded 时,data 数据 打包有问题,后台接收数据异常。
关掉native开关之后,数据正常:
测试用例
就一个按钮,点击提交数据到服务器。没有任何的依赖。
希望确认一下这个问题,因为我 nvue 页面,关闭掉 native 之后,白屏,没有任何报错。打开 native 之后,数据打包又存在问题。
谢谢。
这个问题花费了差不多一个多星期才知道是什么地方引起的。
The text was updated successfully, but these errors were encountered: