Commit 61ae0292 by 冷斌

fix bug

parent d1e7ff7e
......@@ -453,7 +453,7 @@ class PayAction extends CommonAction
'uid' => intval($this->mid),
'sid' => M('user')->where(['uid'=>$this->mid])->getField('mhm_id'),
'goods_id' => intval($_POST['goods_id']),
'price' => $_POST['total'] - $fare,
'price' => $_POST['total'],
'fare' => $fare,
'count' => intval($_POST['count']),
'address_id' => intval($_POST['address_id']),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment