openimsdk / open-im-uniapp-demo

IM
https://openim.io
GNU General Public License v3.0
136 stars 99 forks source link

When calling this function this.im.createCardMessage on iOS, the entire program crashes. #16

Closed xhb closed 2 years ago

xhb commented 2 years ago

在 ios 上调用这个函数,整个程序就会 崩溃


const res = this.$im.createCardMessage(this.operationID, this.userInfo); 
xhb commented 2 years ago
const res = this.$im.createCardMessage(this.operationID, JSON.stringify(this.userInfo) ) ;

这样就可以了,close it