ソースを参照

提交代码~

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

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

@@ -369,7 +369,8 @@ Page({
temp.transactionId = transactionId;
temp.isRead = false;
if (msgType == 1) {
temp.info = this.data.productInfo;
temp.object = {};
temp.object.info = this.data.productInfo;
}
list.push(temp);
this.setData({

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