dever 6 년 전
부모
커밋
3f92806405
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/src/Journal.php

+ 1 - 1
main/src/Journal.php

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