...
|
...
|
@@ -79,7 +79,7 @@ exports.crazyWheel = (req, res, next) => { |
|
|
|
|
|
vipDayModel.getJoinNum(1).then(result => {
|
|
|
res.render('vip_day/crazy_wheel', {
|
|
|
title: '会员日-疯狂大转盘',
|
|
|
title: '疯狂大转盘',
|
|
|
pageStyle: 'vip-day game',
|
|
|
isWheel: true,
|
|
|
joinNum: result && result.data || 0,
|
...
|
...
|
|