ソースを参照

提交代码~

release/210823_需求对对碰
王饶冀 3年前
コミット
99a3802a4c
1個のファイルの変更2行の追加1行の削除
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js ファイルの表示

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

読み込み中…
キャンセル
保存