diff --git a/common/js/http.js b/common/js/http.js index 9ee01c6..4cfea65 100644 --- a/common/js/http.js +++ b/common/js/http.js @@ -57,7 +57,8 @@ export default { // token data.token = store.state.token || ''; - data.uniacid = Config.uniacid + data.uniacid = uni.getStorageSync('uniacid') || Config.uniacid; // 从缓存中获取uniacid,或使用默认uniacid,支持快应用 + // 门店id var default_store_info = store.state.defaultStoreInfo; if (default_store_info) {