正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -34,7 +34,7 @@ class NotifyCommonController extends HomeBaseController | @@ -34,7 +34,7 @@ class NotifyCommonController extends HomeBaseController | ||
34 | $order_price = 0; | 34 | $order_price = 0; |
35 | $orderInfo['options'] = json_decode($orderInfo['options'],true); | 35 | $orderInfo['options'] = json_decode($orderInfo['options'],true); |
36 | foreach ($orderInfo['options'] as $k=>$v) { | 36 | foreach ($orderInfo['options'] as $k=>$v) { |
37 | - if($v['id'] == 25) { | 37 | + if($v['id'] == 64) { |
38 | $order_price = $v['user_choose']; | 38 | $order_price = $v['user_choose']; |
39 | } | 39 | } |
40 | } | 40 | } |
-
请 注册 或 登录 后发表评论