提交 396524eb 编写于 作者: G gongfuxiang

细节优化

上级 e7c33e21
{
"name":"默认模板",
"ver":"1.5.0",
"ver":"1.6.0",
"author":"Devil",
"home":"http://shopxo.net/"
}
\ No newline at end of file
......@@ -24,6 +24,7 @@ return array(
'1.3.0' => array('value' => '1.3.0', 'name' => 'v1.3.0'),
'1.4.0' => array('value' => '1.4.0', 'name' => 'v1.4.0'),
'1.5.0' => array('value' => '1.5.0', 'name' => 'v1.5.0'),
'1.6.0' => array('value' => '1.6.0', 'name' => 'v1.6.0'),
),
// 用户注册类型列表
......
......@@ -316,7 +316,7 @@ class OrderService
// 支付数据校验
$pay_name = 'payment\\'.$payment_name;
$ret = (new $pay_name($payment[0]['config']))->Respond(array_merge($_GET, $_POST));
$ret = (new $pay_name($payment[0]['config']))->Respond($params);
if(isset($ret['code']) && $ret['code'] == 0)
{
if(empty($ret['data']['out_trade_no']))
......
......@@ -13,7 +13,7 @@
if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0');
// 系统版本
define('APPLICATION_VERSION', 'v1.5.0');
define('APPLICATION_VERSION', 'v1.6.0');
// 定义系统目录分隔符
define('DS', '/');
......
......@@ -84,6 +84,9 @@
.register-container .am-tabs-d2 .am-tabs-nav > .am-active:after {
border-bottom-color: #d2364c;
}
.register-container .am-tabs-d2 .am-tabs-bd {
z-index: 0;
}
/**
* 表单验证码
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册