小程序
小游戏
企业微信
微信支付
试试 root-portal 呢
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
待楼主反馈
你好,请问该问题是否已解决?若还没有,请重新调用接口重试下,联系法人同时检查服务通知、公众号【公众平台安全助手】消息
是会覆盖同名 behavior 方法的,所以可能需要你:
// behavior2.js function aaa() { // this.xxxx 也可以,保证调用时 this 指向正确即可 return [aa, bb] } const behavior = Behavior({ behaviors: [], methods: { aaa } }) module.exports = { behavior, aaa } // behavior1.js const behavior2 = require('behavior2.js') module.exports = Behavior({ behaviors: [behavior2.behavior], methods: { aaa: { //此处我想调用 behavior2.aaa(); 不知道如何调用。 //不能使用this.aaa(),会死循环 //const allPages = getCurrentPages(); //const props = allPages[allPages.length - 1]; 不能使用 props.aaa(); 一样会死循环。 //this.selectOwnerComponent() 为null //definitionFilter是上层处理下层的 const newAAA = behavior2.aaa(); newAAA.push(cc); return newAAA; } } })
发现如果tabbar页面是自定义顶部导航,就会出现这个问题, 即 "navigationStyle": "custom"
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
这是微信开发工具里面吗
我也遇到了相同的问题。我去三个有关联的数据库中获取不同的字段内容,合并到一个新数组中,没有用for,也遇到了部分渲染成功,部分失败的问题。虽然用了setTimeout没用到1000,500就解决了,但感觉很不稳定。是bug还是别的原因?
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
扫码进去随便点击微信闪退吗?
果然萌新,动手试试就知道了
粘性布局可以试试 sticky-section
https://developers.weixin.qq.com/miniprogram/dev/component/sticky-section.html
有没有复现case看下呢
可以参考下文档
https://developers.weixin.qq.com/miniprogram/dev/framework/view/resizable.html
你好,请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
头像昵称填写功能了解一下:https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
https://developers.weixin.qq.com/s/z4EkcLm87eDg 这个代码片段,安卓真机我跑了是好着的。bindpause、bindended有相应的日志出现。
[图片]
暂无个人介绍
发布文章
0
回答
关注者
多端应用开发系列课程
本课程从实践角度,从0开始完成多端应用的开发和上线过程,并介绍一些必要的细节指引,帮助开发者能够轻松开始,课程内容会根据产品演进持续更新。
提出问题
接入使用过程中遇到的疑问
发表文章
开发、运营、产品设计相关实战经验及案例分享
试试 root-portal 呢