beforeburning

Results 1 comments of beforeburning

您好 我想我已经解决了这个问题 引用方式改为 计算方法imageListData改为 imageListData: { get: function() { if (this.value) { return this.value; } }, set: function(newValue) { if (this.value) { this.value = newValue; } } }, 测试后暂时没发现问题