mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 20:16:44 +08:00
桂冠会员名单数据请求太慢问题
This commit is contained in:
@@ -78,7 +78,7 @@ export default {
|
||||
// height: 54.4vh;
|
||||
display: block;
|
||||
margin-top: 12.7vh;
|
||||
margin-top: 21%;
|
||||
margin-top: 20%;
|
||||
td {
|
||||
border-bottom: 1px solid #142162;
|
||||
border: 1px solid #7886c8;
|
||||
|
||||
@@ -161,6 +161,13 @@ export default {
|
||||
},
|
||||
//获取会员名单列表接口
|
||||
async getQueryLaureMemberListFunc(item) {
|
||||
this.$toast.loading({
|
||||
duration: 0, // 持续展示 toast
|
||||
forbidClick: true, // 禁用背景点击
|
||||
loadingType: 'spinner',
|
||||
message: '加载中……'
|
||||
})
|
||||
|
||||
let data = {
|
||||
type: '',
|
||||
monthStr: item.monthStr,
|
||||
@@ -181,6 +188,7 @@ export default {
|
||||
const res = await queryLaureMemberList(data)
|
||||
if (res.result == 0) {
|
||||
content = res.content
|
||||
this.$toast.clear()
|
||||
}
|
||||
return content
|
||||
},
|
||||
@@ -267,7 +275,7 @@ export default {
|
||||
})
|
||||
|
||||
let res = await queryLaureList(data)
|
||||
this.$toast.clear()
|
||||
// this.$toast.clear()
|
||||
if (res.result == '0') {
|
||||
this.list = []
|
||||
this.isSuccess = true
|
||||
|
||||
Reference in New Issue
Block a user