From bfba38e27ba5dee552fca4780eaba6ffd7d01156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=9F=A9=E9=B9=8F=E8=BE=89?= <18322780655@163.com> Date: Fri, 21 Jul 2023 09:13:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20iOS=20=E4=BC=A0=E5=85=A5?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pluss-wap-page/src/main/webapp/WEB-INF/jsp/merchant/share.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluss-wap-page/src/main/webapp/WEB-INF/jsp/merchant/share.jsp b/pluss-wap-page/src/main/webapp/WEB-INF/jsp/merchant/share.jsp index 594a703..b4d206d 100644 --- a/pluss-wap-page/src/main/webapp/WEB-INF/jsp/merchant/share.jsp +++ b/pluss-wap-page/src/main/webapp/WEB-INF/jsp/merchant/share.jsp @@ -220,7 +220,7 @@ data: { "inviteNum": inviteNum, "typeCode": typeCode, - "currentFee": currentFee, + "currentFee": currentFee==''?0:currentFee.substring(0,currentFee.indexOf(".")+3), "phoneverify": phoneverify, "phone": phone, "password": password,