...
|
...
|
@@ -34,7 +34,7 @@ class NotifyCommonController extends HomeBaseController |
|
|
$order_price = 0;
|
|
|
$orderInfo['options'] = json_decode($orderInfo['options'],true);
|
|
|
foreach ($orderInfo['options'] as $k=>$v) {
|
|
|
if($v['id'] == 25) {
|
|
|
if($v['id'] == 64) {
|
|
|
$order_price = $v['user_choose'];
|
|
|
}
|
|
|
}
|
...
|
...
|
|