优化自登陆问题

This commit is contained in:
java110 2020-11-05 09:00:19 +08:00
parent 4a6e489ef0
commit 26076e3311
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ import mapping from '../../constant/MappingConstant.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;
if (_key != null && _key != undefined && _key != '') {
//根据key 去做登录
_doLoginOwnerByKey(_key);
doLoginOwnerByKey(_key);
}
let wAppId = _option.wAppId;
if (wAppId != null && wAppId != undefined && wAppId != '') {

View File

@ -72,7 +72,7 @@
},
data() {
return {
skuList: [],
baseUrl: conf.baseUrl,
currentSkuPrice: {},
currentSkuArray: [],