From 88c91b4fbd55bdf7c5ef1a9ca355d778a5f0f62e Mon Sep 17 00:00:00 2001 From: zhaojs <349234519@qq.com> Date: 星期一, 17 七月 2023 11:16:58 +0800 Subject: [PATCH] no message --- public/html/freebuy.html | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/public/html/freebuy.html b/public/html/freebuy.html index d5a849e..aa4d536 100644 --- a/public/html/freebuy.html +++ b/public/html/freebuy.html @@ -435,8 +435,8 @@ loading:true, isUniReady:false, plat:'tb', - posturl:"http://dfg.shop.com" - //posturl:"http://appapitest.ushopvip.com" + //posturl:"http://dfg.shop.com" + posturl:"http://appapitest.ushopvip.com" //posturl:"http://dfgapp.ushopvip.com" }, methods: { @@ -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) -- Gitblit v1.9.3