Commit 3cdee011 by 朱继来

调整报价草稿

parent 0494341d
Showing with 2 additions and 0 deletions
...@@ -199,6 +199,8 @@ class QuoteModel extends Model ...@@ -199,6 +199,8 @@ class QuoteModel extends Model
} else { } else {
$v['delivery_time'] = $v['delivery_time'].'天'; $v['delivery_time'] = $v['delivery_time'].'天';
} }
$v['price_rmb'] = $v['currency'] == 1 ? $v['price_rmb'] : '';
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment