|
|
@@ -167,6 +167,7 @@ class AccountService extends BaseService
|
|
|
$info['meal']['unit'] = '次';
|
|
|
$info['meal']['num'] = 1;
|
|
|
$info['meal']['price'] = $info['pay_total'];
|
|
|
+ $info['meal']['total'] = $info['pay_total'];
|
|
|
$info['meal']['thumb'] = get_image_url('/images/goods/goods.jpeg');
|
|
|
$info['order_goods'] = [$info['meal']];
|
|
|
unset($info['meal']);
|