最近老出错,要么是CMS内容模型被清空,今天又点击登录一直没用
内容管理CMS进不去进入云开发的时候有过报错弹窗:加载 “tcbDescribeQuotaData” 失败:Error: InternalError, An error has occurred.
2022-04-10怎么不解决,昨天把我模型全丢失了,今天进不去哎
CMS内容管理登录不进去了怎么回事?这个页面点了登录以后显示登录成功,但是一刷新又是登录页,这两天才开始这样的,是我的问题还是微信的问题???? [图片]
2022-04-10如果是一个页面出现错误,但是运行没事,说明这个页面里面有个云函数出错了,要么是云函数你改名、删除、或者云函数里面配置出问题
云开发中,出现504002错误,该怎么解决?基础库 2.22.0 刚开始运行可以,后来不知道为什么,就提示错误了,请大神指点一下。云函数代码如下: 错误代码在下面。 // 云函数入口文件 const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV }) const db = cloud.database({ throwOnNotFound: false, }) const _ = db.command const $ = _.aggregate // 云函数入口函数 exports.main = async (event) => { /** * 先读取车轮战数据库中,对应game_id的记录 * 再比对/时间、状态、参加与否 * 然后在找到的记录中,提取一个,写入mh_id,改变状态, */ try { const transaction = await db.startTransaction() //启动事务 const aaaRes = await transaction.collection('mh_game_chelunzhan') .aggregate() //聚合数据 的方式进行筛选 .match({ zhuangtai: event.zhuangtai, //1-房间等待,2-战斗中,3-自由匹配,4-退出 game_id: event.game_id, //查找本游戏的ID mhID_1: _.neq(event.mhID), //在mhID_1和mhID_2里,没有自己mhIDr值的 mhID_2: _.neq(event.mhID) }) .sample({ //聚合中随机选了N条记录 size: 1 }) .end() const cccRes = await aaaRes.list[0]._id //将ID赋值给cccRes let dddRes = '' //设置dddRes常量 const bbbRes = await transaction.collection('mh_game_chelunzhan') // const bbbRes = await db.collection('mh_game_chelunzhan') //更新记录 .doc(cccRes) .update({ data: { zhuangtai: 2, //1-房间等待,2-战斗中,3-自由匹配,4-退出 mhID_2: event.mhID } }) .then({ dddRes = cccRes }) return { // this1: aaaRes, // this2: bbbRes, this3: dddRes // aaa:'123' } } catch (e) { console.error('transaction error', e) return { success: false, error: e } } } 错误提示如下: WASubContext.js?t=wechat&s=1644366092828&v=2.22.0:2 Unhandled promise rejection Error: cloud.callFunction:fail Error: errCode: -504002 functions execute fail | errMsg: Runtime.UserCodeSyntaxError: SyntaxError: Invalid shorthand property initializer at Object.module.exports.load (:16998/var/runtime/node12/UserFunction.js:32) at Runtime.handleOnce (:16998/var/runtime/node12/Runtime.engine.js:99) at Timeout._onTimeout (:16998/var/runtime/node12/Runtime.engine.js:56) at listOnTimeout (:16998/appservice/internal/timers.js:549) at processTimers (:16998/appservice/internal/timers.js:492) (callId: 1644371825870-0.3668426811601977) (trace: 9:57:5 start->9:57:6 system error (Error: errCode: -504002 functions execute fail | errMsg: Runtime.UserCodeSyntaxError: SyntaxError: Invalid shorthand property initializer at Object.module.exports.load (:16998/var/runtime/node12/UserFunction.js:32) at Runtime.handleOnce (:16998/var/runtime/node12/Runtime.engine.js:99) at Timeout._onTimeout (:16998/var/runtime/node12/Runtime.engine.js:56) at listOnTimeout (:16998/appservice/internal/timers.js:549) at processTimers (:16998/appservice/internal/timers.js:492)), abort) at C (WASubContext.js?t=wechat&s=1644366092828&v=2.22.0:2) at WASubContext.js?t=wechat&s=1644366092828&v=2.22.0:2 at WASubContext.js?t=wechat&s=1644366092828&v=2.22.0:2 at n (WASubContext.js?t=wechat&s=1644366092828&v=2.22.0:2)(env: Windows,mp,1.05.2201240; lib: 2.22.0)
2022-04-09视图——外观——重置编辑器字体大小
开发者工具界面放大了不知道动到什么,界面被放大了。调不回来,只有关了重新打开。 [图片]
2022-04-07