zhaojs
2023-07-05 ee8972b623ba886317d26d2b5654d7fe5b71416a
public/html/fengqiangbang.html
@@ -59,7 +59,7 @@
        a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:transparent;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html{font-family:Arial,PingFang SC,-apple-system,BlinkMacSystemFont,Segoe UI,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}
        .list-container{
            position: relative;
            padding-top: 10px;
            padding-top: 0.7rem;
        }
        .top-bg{
            width: 100%;position: absolute;top:0;
@@ -302,17 +302,28 @@
            justify-content: center;
            height: 1.3rem;
        }
        .appback
        {
            height: 0.5rem;
            position: absolute;
            left: 0.4rem;
            z-index: 999;
            top:0.2rem;
        }
        .appback-img
        {
            height: 100%;
        }
    </style>
</head>
<body>
   <div class="box">
  <!--   <div class="reloadbg">
        <image class="reloadbgimg" src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/h5loading.gif"></image>
    </div>
     -->
    <div class="list">
        <div class="appback">
            <image @click="topBack()" class="appback-img" src="https://yanfeiobpub.obs.cn-east-3.myhuaweicloud.com/dfg/h5return_backIcon.png"></image>
        </div>
    <img src="https://jpdy.ffquan.cn/static/header_bg.12963398.png" class="top-bg" alt="">
    <div class="list-container" id="fqList">
@@ -461,9 +472,9 @@
            ss:0,
            cid:0,
            type:1,
            posturl:'http://dfg.shop.com',
           //posturl:'http://dfg.shop.com',
           // posturl:'http://dfgapp.ushopvip.com',
            //posturl:'http://appapitest.ushopvip.com',
            posturl:'http://appapitest.ushopvip.com',
            platlist:[
                {
                    id:"tb",
@@ -495,6 +506,14 @@
            console.log("到底了111");
        },
        methods:{
            topBack:function()
            {
                uni.postMessage({
                      data: {
                         action: 'back'
                      }
                     });
            },
            getItemDetail:function(items)
            {
                var _this = this;
@@ -531,6 +550,10 @@
                    let touch = e.touches[0]
                    // 列表的top值等于列表相对于box的偏移量+滑动的距离
                    let pySize= list.offsetTop + touch.pageY - touchStartPosition;
                    if(pySize>=110)
                    {
                      return;
                    }
                    if(pySize<0)
                    {
                        return;