...
|
...
|
@@ -43,7 +43,6 @@ |
|
|
<th>我邀请的好友</th>
|
|
|
<th>注册时间</th>
|
|
|
<th>首单购物金额</th>
|
|
|
<th>订单状态</th>
|
|
|
<th>我的奖励</th>
|
|
|
<th>奖励状态</th>
|
|
|
<th>发放时间</th>
|
...
|
...
|
@@ -55,9 +54,15 @@ |
|
|
<td>{{nickName}}</td>
|
|
|
<td>{{registerTimeDis}}</td>
|
|
|
<td>{{orderAmountDis}}</td>
|
|
|
<td>{{paymentStatusDesc}}</td>
|
|
|
<td>{{couponName}}</td>
|
|
|
<td>{{couponStatusDesc}}</td>
|
|
|
<td class="coupon-status">{{couponStatusDesc}}
|
|
|
{{#if paymentStatusDesc}}
|
|
|
<i class="help-icon"></i>
|
|
|
<div class="coin-tip-help">
|
|
|
<p>{{paymentStatusDesc}}</p>
|
|
|
</div>
|
|
|
{{/if}}
|
|
|
</td>
|
|
|
<td>{{couponSendTimeDis}}</td>
|
|
|
</tr>
|
|
|
{{/ list}}
|
...
|
...
|
|