chore: 增加快应用/纯H5的如何获取uniacid的处理说明
This commit is contained in:
@@ -57,7 +57,8 @@ export default {
|
|||||||
|
|
||||||
// token
|
// token
|
||||||
data.token = store.state.token || '';
|
data.token = store.state.token || '';
|
||||||
data.uniacid = Config.uniacid
|
data.uniacid = uni.getStorageSync('uniacid') || Config.uniacid; // 从缓存中获取uniacid,或使用默认uniacid,支持快应用
|
||||||
|
|
||||||
// 门店id
|
// 门店id
|
||||||
var default_store_info = store.state.defaultStoreInfo;
|
var default_store_info = store.state.defaultStoreInfo;
|
||||||
if (default_store_info) {
|
if (default_store_info) {
|
||||||
|
|||||||
Reference in New Issue
Block a user