你这个返回是左上角返回还是系统返回还是api里面的页面返回啊
小程序返回导致直接退出在安卓手机上测试的时候,使用navigator跳转几个页面后再返回,会导致小程序直接退出,目前ios上暂未发现该情况
2018-11-28官方例子拷过去一点一点加你的东西,看哪里报错哦
app.json 配置 tabBar 报错- 当前 Bug 的表现(可附上截图) [图片] 代码片段 "tabBar":{ "list": [ { "selectedIconPath": "img/user/unhome.png", "iconPath": "img/user/home.png", "pagePath": "pages/user/userCenter", "text": "上门服务" }, { "selectedIconPath": "img/user/unshared.png", "iconPath": "img/user/shared.png", "pagePath": "pages/logs/logs", "text": "共享人力" }, { "selectedIconPath": "img/user/unservice.png", "iconPath": "img/user/service.png", "pagePath": "pages/logs/logs", "text": "综合服务" } ] }
2018-11-28我也感觉有点不靠谱,大概率没反应,小概率正常【哈哈】
updateManager.onUpdateReady不靠谱updateManager.onUpdateReady 没有调用,模拟器可以,但是在真机上一直没有反应。
2018-11-28真机上应该是没有的
日期控件 11月为啥会有31号- 当前 Bug 的表现(可附上截图) 11月为啥会有31号。随便不能选。但是给用户体验就不好。 [图片] <picker style='width:90vw;' mode="date" value="{{consumeDate}}" start="{{consumeDate}}" end="2038-01-01" bindchange="changeUserConsumeDate"> <text class='order_list_text_gray'>收货时间:{{consumeDate}}</text> </picker> - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-11-28有一段时间缓存的
open-data 获取用户名失败在小程序里面用<open-data type="userNickName"></open-data>获取最新的用户名称,然后我在微信里面改了自己的昵称,删掉小程序后,重新进小程序,显示的用户名还是之前的,没有获取最新的,如图 [图片] [图片]
2018-11-27需要二维码多的话不是有另外的接口可以使用吗
永久二维码永久二维码只能10万个,同一个scenr_id生成多次二维码,这算浪费多次机会吗
2018-11-27好像是已知问题,还没修复吧
安卓小程序跳转小游戏返回的场景值不是1038- 当前 Bug 的表现(可附上截图) 小程序跳转小游戏返回的场景值不是1038 没appid - 预期表现 1038 和appid - 复现路径 /// - 提供一个最简复现 Demo ///
2018-11-26咋写的变这样了,搞个代码片段玩玩?
进入页面,小程序顶部操作栏塌陷到页面的中间在打开页面的手,页面顶部的黑色操作栏掉落到了页面的中间,体验极差,而且代码无法控制这个操作栏 [图片]
2018-11-26安全域名配置了吗
小程序发布体验版之后不会访问接口数据小程序在本地开发者工具测试都正常使用,但是发布体验版之后不会访问接口,这是怎么回事,麻烦大神帮助
2018-11-26仿佛活在远古时代,,
为什么小程序转发成功后不进入success或complete方法onShareAppMessage: function(e) { var that = this var relaytype = e.target.dataset.relaytype var userInfo = wx.getStorageSync("userInfo") wx.showShareMenu({ withShareTicket: true }) if (e.from === 'button') { if (!that.data.Forwardsuccess){ return { title: userInfo.nick_name + '请你免费喝咖啡', path: '/page/tabBar/startLoadingTheawards/startLoadingTheawards?openId=' + userInfo.open_id + '&orderId=' + that.data.orderId + '&relaytype=' + relaytype + '&selectprizecomponent=' + that.data.selectprizecomponent + '&magna_id=' + that.data.magna_id + '&change_id=' + that.data.change_id + '&nick_name=' + userInfo.nick_name, width: 20, height: 20, imageUrl: wx.getStorageSync("config").wx_start_img, success: function (e) { wx.showShareMenu({ withShareTicket: true }) that.setData({ Forwardsuccess: true, isrelaytype:4, selectprizecomponents:null }) }, complete:function(){ wx.showShareMenu({ withShareTicket: true }) that.setData({ Forwardsuccess: true, isrelaytype: 4, selectprizecomponents: null }) } } } }
2018-11-23