Skip to content

Commit

Permalink
🎨 update order status text
Browse files Browse the repository at this point in the history
  • Loading branch information
hellokaton committed Oct 15, 2018
1 parent b2ca021 commit 511ec0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/templates/themes/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="alert alert-success">
<a href="/"><img class="img-circle m-b-xs"
style="border: 2px solid #1281FF; margin-left:3px; margin-right:3px;"
src="https://wx1.sinaimg.cn/mw690/0060lm7Tly1fvrzgdscdvj30cs0cs0t7.jpeg" ; width="60px"
src="https://i.loli.net/2018/10/09/5bbc48b637df6.jpeg" ; width="60px"
height="60px" alt="全自动要饭系统"><br>
</a>大哥哥大姐们啊!你们都是有钱的人呐~谁有那多余的零钱?给我这流浪的人啊...
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/themes/qiongbi/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h2 class="alms-title alms-list-title">有钱就是爷</h2>
<img itemprop="photo" src='https://gravatar.com/avatar/c99587a1771773df78672d50208e7e2c/100'>
<span class='fn' itemprop="name">${item.payUser}</span>
<time datetime='2018/4/13 15:49:26'>${date(item.created)}</time>
向他捐赠<strong class='sum'>${money(item.money)}</strong>&yen;
向他捐赠<strong class='sum'>${money(item.money)}</strong>&yen; #if(item.orderStatus == 0)&nbsp;&nbsp;<span>未支付</span>#end
</p>
<p class='says'>
<i class='qt-l'></i>${item.payComment}<i class='qt-r'></i>
Expand Down

0 comments on commit 511ec0f

Please sign in to comment.