mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-11 06:07:24 +08:00
优化自登陆问题
This commit is contained in:
parent
4a6e489ef0
commit
26076e3311
@ -8,7 +8,7 @@ import mapping from '../../constant/MappingConstant.js';
|
|||||||
|
|
||||||
import app from '../../constant/AppConstant.js'
|
import app from '../../constant/AppConstant.js'
|
||||||
|
|
||||||
import {_doLoginOwnerByKey} from '../../auth/AppLogin.js'
|
import {doLoginOwnerByKey} from '../../auth/AppLogin.js'
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 页面加载方法
|
* 页面加载方法
|
||||||
@ -19,7 +19,7 @@ export function onLoad(_option){
|
|||||||
let _key = _option.key;
|
let _key = _option.key;
|
||||||
if (_key != null && _key != undefined && _key != '') {
|
if (_key != null && _key != undefined && _key != '') {
|
||||||
//根据key 去做登录
|
//根据key 去做登录
|
||||||
_doLoginOwnerByKey(_key);
|
doLoginOwnerByKey(_key);
|
||||||
}
|
}
|
||||||
let wAppId = _option.wAppId;
|
let wAppId = _option.wAppId;
|
||||||
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
if (wAppId != null && wAppId != undefined && wAppId != '') {
|
||||||
|
|||||||
@ -72,7 +72,7 @@
|
|||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
skuList: [],
|
|
||||||
baseUrl: conf.baseUrl,
|
baseUrl: conf.baseUrl,
|
||||||
currentSkuPrice: {},
|
currentSkuPrice: {},
|
||||||
currentSkuArray: [],
|
currentSkuArray: [],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user