获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
今天写了一个Component外调用Component内的数据,如下: var componentContext function initChart(canvas, width, height) { // componentContext.data.xxx } Component({ lifetimes: { attached: function () { componentContext = this } }, })
小程序js文件内如何在page外部某一函数里获取到page函数内部data的值?[图片]如图,如何在page函数外部,获取到data中incomeListArr数组?
2022-03-02