问题模块 框架类型 问题类型 终端类型 微信版本 基础库版本
框架 微信小程序 Bug 工具 1.5.6 2.0.0
调试打开没有任何报错,code:081vfWEV1AjFAW0SVVFV17iMEV1vfWEv,页面却一直在加载中,点击不了,好像说什么授权问题.该怎么办
代码片段
onLaunch: function () { //调用API从本地缓存中获取数据 var logs = wx.getStorageSync('logs') || [] logs.unshift(Date.now()) wx.setStorageSync('logs', logs) }, getOpenid: function (cb) { var that = this if (this.globalData.openid) { typeof cb == "function" && cb(this.globalData.openid) } else { wx.showLoading({ title: '加载中', mask: true, });
本文网址:http://www.91bianli.com/weixinxiaochengxu/48532.html