diff --git a/app/views/users/watch_bids.html.erb b/app/views/users/watch_bids.html.erb index 90823826b..a9cd97895 100644 --- a/app/views/users/watch_bids.html.erb +++ b/app/views/users/watch_bids.html.erb @@ -16,8 +16,16 @@
<%= l(:label_price) %><%= l(:label_RMB_sign) %><%= bid.budget%> | +|||
+ <% if bid.reward_type.nil? or bid.reward_type == 1%> + <%= l(:label_bids_reward_method) %><%= l(:label_call_bonus) %> <%= l(:label_RMB_sign) %><%= bid.budget%> + <% elsif bid.reward_type == 2%> + <%= l(:label_bids_reward_method) %><%= bid.budget%> + <% else %> + <%= l(:label_bids_reward_method) %><%= l(:label_bids_credit) %> <%= bid.budget%><%= l(:label_bids_credit_number) %> + <% end %> | + +(<%= bid.biding_projects.count%>)<%= l(:label_biding_project) %> | (<%= bid.commit %>)<%= l(:label_responses) %> | (<%= bid.watcher_users.count%>)<%= l(:label_followers) %> |