|
@@ -1,6 +1,6 @@
|
|
|
const WP = require('../../lib/wxParse/wxParse.js')
|
|
|
const { getLotteryDetail, drawLottery, invite } = require('../../utils/API.js')
|
|
|
-const USER_INFO = wx.getStorageSync('USER_INFO')
|
|
|
+
|
|
|
const NOTICE = `Lucky Maker作为提供抽奖服务的平台, 不对第三方发起人行为承担任何责任。活动奖品均由发起人提供并派发,Lucky Maker会在法律范围内尽可能地规范实行抽奖活动,感谢支持。`
|
|
|
|
|
|
Page({
|
|
@@ -91,6 +91,7 @@ Page({
|
|
|
},
|
|
|
onLoad(query) {
|
|
|
wx.showLoading({title: '加载中', mask: true})
|
|
|
+ const USER_INFO = wx.getStorageSync('USER_INFO')
|
|
|
if(!USER_INFO) {
|
|
|
wx.navigateTo({url: '/pages/login/login'})
|
|
|
}
|