From 26076e3311555dcf5adb566d6052df996c06c32c Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 5 Nov 2020 09:00:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=87=AA=E7=99=BB=E9=99=86?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/init/initApi.js | 4 ++-- components/vc-sku/vc-sku.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api/init/initApi.js b/api/init/initApi.js index 9026a76..7922553 100644 --- a/api/init/initApi.js +++ b/api/init/initApi.js @@ -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 != '') { diff --git a/components/vc-sku/vc-sku.vue b/components/vc-sku/vc-sku.vue index dfb0d0f..d66acef 100644 --- a/components/vc-sku/vc-sku.vue +++ b/components/vc-sku/vc-sku.vue @@ -72,7 +72,7 @@ }, data() { return { - skuList: [], + baseUrl: conf.baseUrl, currentSkuPrice: {}, currentSkuArray: [],