|
|
@ -4,7 +4,7 @@ |
|
|
|
scroll-y="true" |
|
|
|
scroll-y="true" |
|
|
|
:scroll-top="scrollTop" |
|
|
|
:scroll-top="scrollTop" |
|
|
|
:style="{ |
|
|
|
:style="{ |
|
|
|
height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 210rpx)', |
|
|
|
height: isExpanded ? 'calc(100% - 332rpx)' : 'calc(100% - 110rpx)', |
|
|
|
}" |
|
|
|
}" |
|
|
|
class="chatlist" |
|
|
|
class="chatlist" |
|
|
|
id="scrollView" |
|
|
|
id="scrollView" |
|
|
@ -208,6 +208,7 @@ export default { |
|
|
|
if (err) { |
|
|
|
if (err) { |
|
|
|
console.log("request fail", err.errMsg); |
|
|
|
console.log("request fail", err.errMsg); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
this.loading = false; |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
|
title: "查询失败", |
|
|
|
title: "查询失败", |
|
|
|
icon: "error", |
|
|
|
icon: "error", |
|
|
|