temp.transactionId = transactionId; | temp.transactionId = transactionId; | ||||
temp.isRead = false; | temp.isRead = false; | ||||
if (msgType == 1) { | if (msgType == 1) { | ||||
temp.info = this.data.productInfo; | |||||
temp.object = {}; | |||||
temp.object.info = this.data.productInfo; | |||||
} | } | ||||
list.push(temp); | list.push(temp); | ||||
this.setData({ | this.setData({ |