抽奖接口已通

This commit is contained in:
tcubic
2022-08-03 18:53:29 +08:00
parent 933bdc7f9e
commit f55f3133cc
5 changed files with 78 additions and 21 deletions

View File

@@ -7,7 +7,7 @@ export default createStore({
// 数据源
state: {
userAccount: {
xglOpenid: '', //用户openid
xglOpenId: 'o9B_fvjtyh2KELQYc2t9A3MEh7JQ', //用户openid
token: h5plugin.getQueryString('token'), //用户token
cardId: h5plugin.getQueryString('cardId'), //carid
nkh: h5plugin.getQueryString('nkh'), //牛卡号
@@ -18,7 +18,7 @@ export default createStore({
participantNum: 0, //活动参与人数
prizeResult: 0, //中奖金额
eqcodeImg: '', //二维码
isBirthMon: 0, //生日是否处于当月
isBirthMon: 1, //生日是否处于当月
},
},