Sfoglia il codice sorgente

提交代码~

release/210823_需求对对碰
王饶冀 4 anni fa
parent
commit
99a3802a4c
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Vedi File

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({

Loading…
Annulla
Salva