更新
This commit is contained in:
parent
b6951dd73c
commit
50fefbc1c0
@ -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: '', //牛卡号
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user