This commit is contained in:
tcubic 2022-08-08 15:13:19 +08:00
parent b6951dd73c
commit 50fefbc1c0

View File

@ -7,7 +7,8 @@ export default createStore({
// 数据源 // 数据源
state: { state: {
userAccount: { userAccount: {
xglOpenId: 'o9B_fvjtyh2KELQYc2t9A3MEh7JQ', //用户openid // xglOpenId: 'o9B_fvjtyh2KELQYc2t9A3MEh7JQ', //用户openid
xglOpenId: h5plugin.getQueryString('openid'), //用户openid
token: h5plugin.getQueryString('token'), //用户token token: h5plugin.getQueryString('token'), //用户token
cardId: h5plugin.getQueryString('cardId'), //carid cardId: h5plugin.getQueryString('cardId'), //carid
nkh: '', //牛卡号 nkh: '', //牛卡号