明白谢谢了,但是现实的是the formId is a mock one
使用表单提交后,未找到formId????求formId在哪儿[图片]
2019-02-20已经解决,这样使用[图片]
正则查询表达式db.RegExp函数不存在- 当前 Bug 的表现(可附上截图) 想设置一个搜索框查询,但是出现如下情况: db.RegExp is not a function [图片] - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2019-01-16解决了,阿里嘎多
使用tabbar问题使用app.json中的tabbar配置项加入了多个页面后,如果在欢迎页里想跳转到这个有tabbar的页面,而其中的url我写的是其中的一个tabbar选项,没效果啊,或者说这个url该怎么填
2019-01-15[代码]backHomepage() {[代码][代码] [代码][代码]wx.navigateBack({[代码][代码] [代码][代码]delta:1[代码][代码] [代码][代码]})[代码][代码] [代码][代码]},[代码]
navigateBack无效果navigateBack无效果,为什么?这是一个bug吗
2018-11-15谢谢
用开发者工具写代码,怎么撤销操作,回到上一步求撤销操作快捷键是什么?
2018-11-13同样问题,终于感到欣慰了,弄了两天,找不出原因
map组件的bindcontroltap事件绑定无效这里是视图map组件 <map class='map' id="map" longitude="{{longitude}}" latitude="{{latitude}}" scale="14" show-location controls="{{controls}}" bindcontroltap="controltap"></map> 这里是controls的对象数组 controls: [ { id: 2, iconPath: '/img/ios.png', position: { left: app.globalData.windowWidth / 2 - 12.5, top: (app.globalData.windowHeight - 40) / 2 - 12.5, width: 25, height: 25 }, clickable: true }, { id: 1, iconPath: '/img/ios-active.png', position: { left: 8, top: (app.globalData.windowHeight - 40) - 25 - 8, width: 25, height: 25 }, clickable: true } ] 这里是bindcontroltap所绑定的事件函数 controltap: function (e) { console.log(e) } 但是该函数不会触发??????????
2018-11-12