zhaojs
2023-07-05 7a246e86fd5677cb6ce954003d5cb07fed87be6f
public/html/fengqiangbang.html
@@ -302,17 +302,28 @@
            justify-content: center;
            height: 1.3rem;
        }
        .appback
        {
            width: 100%;
            height: 0.5rem;
            position: absolute;
            left: 0.4rem;
            z-index: 999;
        }
        .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 v-on: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">
@@ -462,8 +473,8 @@
            cid:0,
            type:1,
           //posturl:'http://dfg.shop.com',
            posturl:'http://dfgapp.ushopvip.com',
           // posturl:'http://appapitest.ushopvip.com',
           // posturl:'http://dfgapp.ushopvip.com',
            posturl:'http://appapitest.ushopvip.com',
            platlist:[
                {
                    id:"tb",
@@ -531,6 +542,10 @@
                    let touch = e.touches[0]
                    // 列表的top值等于列表相对于box的偏移量+滑动的距离
                    let pySize= list.offsetTop + touch.pageY - touchStartPosition;
                    if(pySize>=110)
                    {
                      return;
                    }
                    if(pySize<0)
                    {
                        return;