- windows PC端小程序web-view不支持window.open?
windows PC端小程序web-view不支持window.open?
2020-12-16 - 有没有类似于window.location.replace('url')的api
有没有类似于window.location.replace('url')的api?可以替换当前page的url
2019-06-03 - 小程序渲染的时候执行函数
<div class="{{ getClassName() }}"> Page({ data: { getClassName() { return 'class-name'; } } }) // 渲染的时候getClassName是undefined,我想在渲染的时候运行函数,有什么办法?
2019-04-21 - 如何在swiper的change事件中得到绑在swiper-item上的数据
- 当前 Bug 的表现(可附上截图) - 预期表现 - 复现路径 - 提供一个最简复现 Demo swiper组件子元素例如<swiper-item data-xxx="xxx"></swiper-item>,如何在swiper的change事件处理函数中得到绑在swiper-item上的数据呢? 如下图,开发者工具可以看到dom身上已经有数据,但是bindchange事件的event对象并没有这个数据,请问有没有什么办法可以拿到这个数据呢? [图片] [图片]
2019-04-17 - 如果用户换头像了,怎么拿到用户新的头像
用户授权以后,更换微信头像,此时调用wx.getUserInfo并不能拿到用户最新的头像,而且清掉全部缓存,重新授权以后拿到的还是老的用户头像,请问怎么样才能拿到最新的用户头像呢?
2018-05-18 - wx.getStorage成功和失败回调都不进入是为什么?
wx.getStorage({ key: 'userFlag', success:(res)=> { console.log(res) }, fail:(res)=>{ console.log(res) } }) 本地storage是有userFlag这个object的,但是执行这段代码的时候,success和fail都没有执行,请教一下是什么原因呢
2018-05-17 - 用wx.login获取code换openid需要依赖用户授权吗?
我在开发者工具中,拒绝授权以后也可以通过wx.login( )方法,拿到code和openId,这是因为wx.login( )不依赖授权吗?
2018-05-16