zhaojs
2023-06-09 0dbba5368f798b9dc76edc9137268ff7c3ccdb48
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;
                     })