This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
liugang
/
channel_business
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
提交代码~
release/210823_需求对对碰
王饶冀
3 years ago
parent
810d2b24e0
commit
99a3802a4c
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
pages/msgModule/wechat2/wechat2.js
+ 2
- 1
pages/msgModule/wechat2/wechat2.js
View File
@@ -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({
Write
Preview
Loading…
Cancel
Save