Skip to content

Commit

Permalink
Update daodao.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfour authored Mar 28, 2021
1 parent e544dc3 commit 3526bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daodao.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function getLocalTime(nS) {
var dataTime = '<p class="datatime">'+array[i].date+'</p>'


result += `<li class="item"><div>`+ dataTime + `<p class="datacont">`+ array[i].content +`</p><p class="datafrom"><small>`+ from_icon + array[i].from +`</small></p></div></li>`;
result += `<li class="item"><div>`+ dataTime + `<p class="datacont">`+ array[i].content +`</p><p class="datafrom"><small>`+ from_icon + decodeURIComponent(array[i].from) +`</small></p></div></li>`;
}
} else {
result += '!{_p("aside.card_funds.zero")}';
Expand Down

0 comments on commit 3526bc6

Please sign in to comment.