|
@@ -129,6 +129,7 @@ export default {
|
|
}
|
|
}
|
|
// 当前页面是否是在微信公众号运行:start
|
|
// 当前页面是否是在微信公众号运行:start
|
|
// 微信公众号环境 start
|
|
// 微信公众号环境 start
|
|
|
|
+ console.log(132, kipAccessToken, platform);
|
|
if (platform === 'micromessenger') {
|
|
if (platform === 'micromessenger') {
|
|
// 如果用户没有登录的话,我们需要让用户完成授权拿到 openid
|
|
// 如果用户没有登录的话,我们需要让用户完成授权拿到 openid
|
|
/* const openid = uni.getStorageSync('openid');
|
|
/* const openid = uni.getStorageSync('openid');
|