|
@@ -78,10 +78,12 @@ export default {
|
|
// 当前页面是否是在微信公众号运行:start
|
|
// 当前页面是否是在微信公众号运行:start
|
|
const kipAccessToken = uni.getStorageSync('kipAccessToken');
|
|
const kipAccessToken = uni.getStorageSync('kipAccessToken');
|
|
const query = getUrlParams();
|
|
const query = getUrlParams();
|
|
|
|
+ console.log('h5登录时的参数', query);
|
|
const platform = getPlatform();
|
|
const platform = getPlatform();
|
|
if (query.groupId && query.groupId !== 'undefined') {
|
|
if (query.groupId && query.groupId !== 'undefined') {
|
|
this.$store.commit('SET_GROUP_ID', query.groupId);
|
|
this.$store.commit('SET_GROUP_ID', query.groupId);
|
|
}
|
|
}
|
|
|
|
+ console.log(85, query.mallId);
|
|
if (query.mallId && query.mallId !== 'undefined') {
|
|
if (query.mallId && query.mallId !== 'undefined') {
|
|
this.$store.commit('SET_MALL_ID', query.mallId.replace('#/', ''));
|
|
this.$store.commit('SET_MALL_ID', query.mallId.replace('#/', ''));
|
|
}
|
|
}
|