From 0dbba5368f798b9dc76edc9137268ff7c3ccdb48 Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期五, 09 六月 2023 19:06:23 +0800 Subject: [PATCH] no message --- public/html/freebuy.html | 8 +++----- 1 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/html/freebuy.html b/public/html/freebuy.html index ac5226c..14924fa 100644 --- a/public/html/freebuy.html +++ b/public/html/freebuy.html @@ -218,7 +218,7 @@ } .loading{ - line-height: 1rem; text-align: center; font-size: .3rem; color: #999; + line-height: 2rem; text-align: center; font-size: .3rem; color: #999; } .sys{ width: 100%; @@ -300,7 +300,7 @@ Vue.use(VueLazyload, { preLoad: 1.3,// error: 'https://sr.ffquan.cn/cms_pic/20200622/bro7s7f6vrkd3jat4ujg0.png', - loading: 'https://sr.ffquan.cn/cms_pic/20200612/brhjkf76vrkcrfpi79eg0.png', + // loading: 'https://sr.ffquan.cn/cms_pic/20200612/brhjkf76vrkcrfpi79eg0.png', attempt: 1 }) new Vue({ @@ -317,7 +317,7 @@ active:0, twoNav:false, activeTwo:undefined, - loading:false, + loading:true, isUniReady:false }, methods: { @@ -362,7 +362,6 @@ }).done(function(res){ if(res.msg.info==1) { - alert(res.msg.info); $.ajax({ headers:{ "token":_this.getUrlPar("token") @@ -377,7 +376,6 @@ pageSize:40, } }).done(function(res){ - alert(res.data.list.length); _this.lists=[].concat(_this.lists,res.data.list); _this.loading = false; }) -- Gitblit v1.9.3