mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
user
This commit is contained in:
@ -606,6 +606,9 @@ class OrderService
|
||||
}
|
||||
$v['items'] = $items;
|
||||
$v['items_count'] = count($items);
|
||||
|
||||
// 描述
|
||||
$v['describe'] = '共'.$v['items_count'].'件 合计:¥'.$v['total_price'].'元';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user