授权完成
This commit is contained in:
parent
40c8d978aa
commit
933bdc7f9e
@ -357,19 +357,19 @@ const getluckyBag = (id) => {
|
||||
// 谢谢参与
|
||||
LuckyWheelCon.value.showDrawAni(5, true);
|
||||
}
|
||||
if (res.data.data == 188) {
|
||||
if (res.data.data == 1.88) {
|
||||
// 1.88元
|
||||
LuckyWheelCon.value.showDrawAni(1, true);
|
||||
}
|
||||
if (res.data.data == 268) {
|
||||
if (res.data.data == 2.68) {
|
||||
// 2.68元
|
||||
LuckyWheelCon.value.showDrawAni(2, true);
|
||||
}
|
||||
if (res.data.data == 666) {
|
||||
if (res.data.data == 6.66) {
|
||||
// 6.66元
|
||||
LuckyWheelCon.value.showDrawAni(3, true);
|
||||
}
|
||||
if (res.data.data == 888) {
|
||||
if (res.data.data == 8.88) {
|
||||
// 6.66元
|
||||
LuckyWheelCon.value.showDrawAni(4, true);
|
||||
}
|
||||
|
||||
@ -193,7 +193,7 @@ const getCode = () => {
|
||||
|
||||
).then((res) => {
|
||||
let code = res.data.data
|
||||
console.log("get code结果2",res);
|
||||
console.log("get code结果3",res);
|
||||
authCode.value = res.data.data
|
||||
window.location.href = res.data.data
|
||||
})
|
||||
|
||||
@ -7,7 +7,7 @@ export default createStore({
|
||||
// 数据源
|
||||
state: {
|
||||
userAccount: {
|
||||
xglOpenid: 'o9B_fvsbOdSIIED6fPHjj_lHL24w', //用户openid
|
||||
xglOpenid: '', //用户openid
|
||||
token: h5plugin.getQueryString('token'), //用户token
|
||||
cardId: h5plugin.getQueryString('cardId'), //carid
|
||||
nkh: h5plugin.getQueryString('nkh'), //牛卡号
|
||||
|
||||
Loading…
Reference in New Issue
Block a user