对话
This commit is contained in:
@@ -145,6 +145,7 @@ export default {
|
||||
},
|
||||
onPullDownRefresh() {
|
||||
if(this.current > this.pages) {
|
||||
uni.stopPullDownRefresh()
|
||||
return this.$u.toast('没有更多记录')
|
||||
}
|
||||
this.current = this.current + 1
|
||||
@@ -272,6 +273,7 @@ export default {
|
||||
if(!this.token) {
|
||||
return this.$u.toast("请先进行登录")
|
||||
}
|
||||
uni.stopPullDownRefresh()
|
||||
this.$loading()
|
||||
this.$instance.post(`/app/appaicopilotinfo/list?current=${this.current}&size=10&aiConfigId=${this.aiConfigId}`).then(res => {
|
||||
if(res.code == 0 && res.data.records.length) {
|
||||
@@ -513,7 +515,7 @@ page {
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
background-color: #fff;
|
||||
padding: 32px 32px 364px;
|
||||
padding: 64px 32px 364px;
|
||||
.send-time {
|
||||
display: block;
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user