Commit 0e63f1a7 by hcy001
parents 179047ed 23d28703
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