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,