任务功能提交-测试-bug修改
This commit is contained in:
@@ -729,7 +729,7 @@ class Tasks extends Model
|
||||
$list[$k]['is_today'] = $list[$k]['sign_in_date'] == date('Y-m-d') ? 1 : 0;
|
||||
if($v['type'] == 1){
|
||||
$list[$k]['gift_name'] = "金币";
|
||||
$list[$k]['num'] = $v['gold'];
|
||||
$list[$k]['num'] = $v['quantity'];
|
||||
$list[$k]['gift_price'] = $v['gold'];
|
||||
$list[$k]['type'] = 1;
|
||||
$list[$k]['base_image'] = localpath_to_netpath("static/image/icon/gold.png");
|
||||
|
||||
Reference in New Issue
Block a user