|
@@ -237,7 +237,7 @@ class Journal extends Core
|
|
|
|
|
|
$price = $v['num'] * $this->data['info']['cash'];
|
|
$price = $v['num'] * $this->data['info']['cash'];
|
|
if (!$v['price']) {
|
|
if (!$v['price']) {
|
|
- $this->data['buy_list'][$k]['price'] = $price . '元';
|
|
|
|
|
|
+ $this->data['buy_list'][$k]['price'] = $price;
|
|
}
|
|
}
|
|
|
|
|
|
$this->data['buy_list'][$k]['cash'] = $price;
|
|
$this->data['buy_list'][$k]['cash'] = $price;
|