From f4df39ca632381a0f8adb726375c2ac783cefd26 Mon Sep 17 00:00:00 2001 From: lihan <3398341942@qq.com> Date: Sat, 10 Nov 2018 11:14:50 +0800 Subject: [PATCH] 赠送积分和角色管理 --- public/themes/simpleboot3/user/center/integral_log.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/public/themes/simpleboot3/user/center/integral_log.html b/public/themes/simpleboot3/user/center/integral_log.html index ecb0394..9636383 100644 --- a/public/themes/simpleboot3/user/center/integral_log.html +++ b/public/themes/simpleboot3/user/center/integral_log.html @@ -47,7 +47,10 @@ 购买商品消费 </if> <if condition="$vo['type'] eq '3'"> - 好友赠送积分 + 好友赠送收入 + </if> + <if condition="$vo['type'] eq '4'"> + 好友赠送支出 </if> </p> <p class="good_date">{$vo.create_time|date='Y-m-d', ###}</p> -- libgit2 0.24.0