|
@@ -39,6 +39,7 @@ Component({
|
|
|
"method": "queryMessage",
|
|
|
content: this.data.content
|
|
|
}).then(res => {
|
|
|
+ console.log("xiaox",res)
|
|
|
this.selectComponent("#ListBox").setHeight("#tabs", this);
|
|
|
this.selectComponent('#ListBox').RefreshToComplete();
|
|
|
if (res.msg != '成功') return wx.showToast({
|