Commit 4f4e403d authored by hujun's avatar hujun

文字修改

parent 5d112cfc
......@@ -55,15 +55,10 @@ class Coupon extends Basic{
default :
$subheading = 'APP - 我的现金红包中查看';
}
if ($v['return_type'] == 0) {
$content = '现金(可提现)';
} else {
$content = '返现红包';
}
$data[$k]['title'] = $v['title'];
$data[$k]['subheading'] = $subheading;
$data[$k]['content'] = $content;
$data[$k]['content'] = '返现红包';
$data[$k]['money'] = (int)$v['money'] . '';
}
// $this->m_coupon->updateData(['first_show'=>1], ['id'=>['in',$coupon_id]]);
......
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