Commit 71a86aa0 by 冷斌

add

parent 69390ebd
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<foreach name="lists" item="vo"> <foreach name="lists" item="vo">
<tr> <tr>
<td align="center">{$vo.id}</td> <td align="center">{$vo.id}</td>
<td>$vo['giftid']</td>
<td>{$gift[$vo['giftid']]}</td> <td>{$gift[$vo['giftid']]}</td>
<td>{$vo['rate']}%</td> <td>{$vo['rate']}%</td>
<td><if condition="$vo['isall'] eq 1"><else/></if></td> <td><if condition="$vo['isall'] eq 1"><else/></if></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment