Parcourir la source

提交代码~

release/210823_需求对对碰
王饶冀 il y a 3 ans
Parent
révision
99a3802a4c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      pages/msgModule/wechat2/wechat2.js

+ 2
- 1
pages/msgModule/wechat2/wechat2.js Voir le fichier

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

Chargement…
Annuler
Enregistrer