任务功能提交-测试-bug修改

This commit is contained in:
2025-12-12 17:43:19 +08:00
parent 2621912c8b
commit 93482c3d95

View File

@@ -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");