From 5491b5ebab17ee418996c3873e0502d61a5ba3a0 Mon Sep 17 00:00:00 2001
From: zhaojs <349234519@qq.com>
Date: 星期四, 06 七月 2023 11:58:27 +0800
Subject: [PATCH] no message

---
 public/html/freebuy.html |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/public/html/freebuy.html b/public/html/freebuy.html
index 6524509..aa4d536 100644
--- a/public/html/freebuy.html
+++ b/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)

--
Gitblit v1.9.3