Showing
1 changed file
with
1 additions
and
1 deletions
@@ -79,7 +79,7 @@ exports.crazyWheel = (req, res, next) => { | @@ -79,7 +79,7 @@ exports.crazyWheel = (req, res, next) => { | ||
79 | 79 | ||
80 | vipDayModel.getJoinNum(1).then(result => { | 80 | vipDayModel.getJoinNum(1).then(result => { |
81 | res.render('vip_day/crazy_wheel', { | 81 | res.render('vip_day/crazy_wheel', { |
82 | - title: '会员日-疯狂大转盘', | 82 | + title: '疯狂大转盘', |
83 | pageStyle: 'vip-day game', | 83 | pageStyle: 'vip-day game', |
84 | isWheel: true, | 84 | isWheel: true, |
85 | joinNum: result && result.data || 0, | 85 | joinNum: result && result.data || 0, |
-
Please register or login to post a comment