获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 小程序echart页面加载错误码:VM13903:1 thirdScrip
我页面有几个按钮,点击的话就可以echart画图,第一次点击按钮,画图完全成功,没有问题,退出后再点击画图时就报错!错误日志如下: VM13903:1 thirdScriptError Cannot read property 'hide' of undefined;at "picture/line/index" page lifeCycleMethod onLoad function TypeError: Cannot read property 'hide' of undefined 见鬼了,请大家帮忙看看原因在哪里?
2018-10-26 - 小程序页面传值
请问大家: 如何将 A页面wx.request从URL中获取的Lisi_age 传到B页面Page data中的B_Lisi_age ? onLoad: function () { wx.request({ url: 'xxxx', header: { 'content-type': 'application/json', }, data: { Lisi_age: '28', ... }, }) } B页面 Page({ data: { B_Lisi_age: '', }, ... })
2018-10-22