weweb icon indicating copy to clipboard operation
weweb copied to clipboard

兼容小程序写法的web开发框架

Results 24 weweb issues
Sort by recently updated
recently updated
newest added

Bumps [merge](https://github.com/yeikos/js.merge) from 1.2.0 to 2.1.1. Commits 56ca75b build: v2.1.1 7b0ddc2 fix: prototype pollution 8686d85 build: bump version 80151be build 0acaaf3 build: update dev dependencies f571887 Merge pull request #38...

dependencies

Bumps [node-notifier](https://github.com/mikaelbr/node-notifier) from 5.2.1 to 8.0.1. Changelog Sourced from node-notifier's changelog. v8.0.1 fixes possible injection issue for notify-send v8.0.0 Breaking changes: Expire time for notify-send is made to match macOS...

dependencies

请问下,如果小程序wxss页面中包含WXS表达式,应该怎么处理

我遇到的问题主要是 1.直接访问页面是可以正常运行的比如 http://localhost:2000/#!pages/index/index 首页其他页面等等,使用微信小程序的跳转且关闭当前页面都可以正常渲染,如只跳转保留当前页面就会报错 直接不请求接口。 2.如果是已经打开了两级页面在渲染错误的时候再尝试刷新的话接口也获取不到参数 如从首页http://localhost:2000/#!pages/index/index 跳转进入http://localhost:2000/#!pages/index/index?page_id=18后渲染会如问题1里描述一样会加载失败并且不会请求接口,尝试刷新同样页面也会报错但是会请求接口参数page_id就会是undefined。 当然遇到问题之后我也想通过自己的努力找到解决办法,尝试了很多打印输出。发现的问题是第一次页面正常是进入onload方法了的。。第二次错误的时候就不会进入onload方法

可以建个交流微信或者QQ群?大家讨论一下?

![image](https://user-images.githubusercontent.com/26131201/47708800-d51e2700-dc69-11e8-9e9d-898689dc45d1.png) 这两个 应该是weweb中缺少的吧

为什么请求变成get方式了

requestProxy 是什么逻辑 怎么设置自己代理。 不懂前端的小白求科普

小程序页面转成h5,跨域问题解决了,第一个页面可以打开,但是第二个数据可以查出来,但是页面空白,控制台也没数据,对前端了解不多,没法继续玩了。。