|
@@ -328,6 +328,7 @@ class My extends Core
|
|
# 修改信息
|
|
# 修改信息
|
|
public function upOrderInfo()
|
|
public function upOrderInfo()
|
|
{
|
|
{
|
|
|
|
+ Dever::config('base')->hook = true;
|
|
$where = array();
|
|
$where = array();
|
|
$where['mid'] = $this->uid;
|
|
$where['mid'] = $this->uid;
|
|
$where['id'] = Dever::input('id');
|
|
$where['id'] = Dever::input('id');
|