zhaojs
2023-07-06 5491b5ebab17ee418996c3873e0502d61a5ba3a0
no message
已修改1个文件
10 ■■■■ 文件已修改
public/html/freebuy.html 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/html/freebuy.html
@@ -510,11 +510,11 @@
                })
            },
            Infoformat: function(info){
            let formatObj = info.replace(/\%/g,"%25")
            formatObj = info.replace(/\#/g,"%23")
            formatObj = info.replace(/\&/g,"%26")
            formatObj = info.replace(/\?/g,"%3F")
            return formatObj;
                info = info.replace(/\%/g,"%25")
            info = info.replace(/\#/g,"%23")
            info = info.replace(/\&/g,"%26")
            info = info.replace(/\?/g,"%3F")
            return info;
            },
            targetItem:function(item){
                switch(this.plat)