Authored by zhangxiaoru

会员详情

@@ -282,11 +282,12 @@ const component = { @@ -282,11 +282,12 @@ const component = {
282 282
283 let responseData = { 283 let responseData = {
284 module: 'me', 284 module: 'me',
285 - title: '会员特权详情' 285 + title: '会员特权详情',
  286 + noLocalCSS: true
286 }; 287 };
287 288
288 let param = { 289 let param = {
289 - uid: req.user.uid, 290 + uid: req.user.uid || 20000266,
290 channel: req.cookies._Channel && channels[req.cookies._Channel] || 1 291 channel: req.cookies._Channel && channels[req.cookies._Channel] || 1
291 }; 292 };
292 293