切换导航条
此项目
正在载入...
登录
徐浩
/
zzxyt-uniapp
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
mxd
2024-01-19 13:25:05 +0800
提交
d0788b2f0a81e7e3a25684bcdb823065b6c24257
1 个父辈
5fe01e14
教师端列表上拉加载修改
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
3 行增加
和
3 行删除
new_tec/evaluationRecords/evaluationRecords.vue
new_tec/onLine/onLine.vue
new_tec/rateMe/rateMe.vue
new_tec/evaluationRecords/evaluationRecords.vue
查看文件 @
d0788b2
...
...
@@ -89,7 +89,7 @@
this.getData()
},
getData() {
if(this.status === 'loading') return;
if(this.status === 'loading'
|| this.status === 'nomore'
) return;
this.status = 'loading';
uni.showLoading({
title: '加载中',
...
...
new_tec/onLine/onLine.vue
查看文件 @
d0788b2
...
...
@@ -80,7 +80,7 @@
this.getData()
},
getData() {
if(this.status === 'loading') return;
if(this.status === 'loading'
|| this.status === 'nomore'
) return;
this.status = 'loading';
uni.showLoading({
title: '加载中',
...
...
new_tec/rateMe/rateMe.vue
查看文件 @
d0788b2
...
...
@@ -71,7 +71,7 @@
this.getData()
},
getData() {
if(this.status === 'loading') return;
if(this.status === 'loading'
|| this.status === 'nomore'
) return;
this.status = 'loading';
uni.showLoading({
title: '加载中',
...
...
请
注册
或
登录
后发表评论