diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb
index e70c3555..5103d7f9 100644
--- a/app/views/my/account.html.erb
+++ b/app/views/my/account.html.erb
@@ -103,7 +103,7 @@
<% if @trail_authentication.status == 1 %>
sure_box_redirect_without_newtab("<%= user_path(@user) %>", "试用申请已被接受");
<% elsif @trail_authentication.status == 2 %>
- sure_box_redirect_without_newtab_btn("<%= my_account_path %>", "试用申请已被拒绝
原因:<%= @trail_authentication.reason %>", "重新申请");
+ sure_box_redirect_without_newtab_btn("<%= my_account_path %>", "试用申请已被拒绝
原因:<%= [@trail_authentication.reason, @trail_authentication.reject_description].join(';') %>", "重新申请");
<% end %>
<% end %>