From 56b6153d260b8dbef845d678491299adeb018d1d Mon Sep 17 00:00:00 2001
From: liuweiwen <“529520975@qq.com>
Date: Wed, 4 Dec 2019 15:41:28 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=A3=E7=BB=91=E6=89=8B=E6=9C=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Mobile/View/User/userpassword.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Application/Mobile/View/User/userpassword.html b/Application/Mobile/View/User/userpassword.html
index 7734949a2..8837cc52c 100644
--- a/Application/Mobile/View/User/userpassword.html
+++ b/Application/Mobile/View/User/userpassword.html
@@ -16,7 +16,7 @@
-
+
性别
From 8a96875e272509ceebeb93c235c3f78d2fdbc19a Mon Sep 17 00:00:00 2001
From: zhengchanglong
Date: Wed, 4 Dec 2019 16:00:46 +0800
Subject: [PATCH 3/3] =?UTF-8?q?=E8=B6=85=E7=BA=A7=E7=AD=BE=E8=B4=AD?=
=?UTF-8?q?=E4=B9=B0=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
Application/Mobile/Controller/SsgController.class.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Application/Mobile/Controller/SsgController.class.php b/Application/Mobile/Controller/SsgController.class.php
index 40f5d9edf..24c9a289e 100644
--- a/Application/Mobile/Controller/SsgController.class.php
+++ b/Application/Mobile/Controller/SsgController.class.php
@@ -20,7 +20,7 @@ class SsgController extends BaseController {
const CODE_ERROR = -97; //验证码错误
const RETURN_SUCCESS = 1;
const RETURN_FALSE = 2;
- const signprice = 10; //充值金额
+ const signprice = 0.01; //充值金额
public function login()