请问老师:setData方法失效 是什么原因??
来源:10-9 组件间通信

研究猿
2020-04-06
写回答
1回答
-
木榆
2020-04-20
onPlay: function (event) { if (!this.data.playing) { this.setData({ playing: true // 把你的this.data.playing改成playing }) mMgr.src = this.properties.src mMgr.title = '123' } else { this.setData({ playing: false }) mMgr.pause() } },
00
相似问题