保存无响应,点击导航栏报错,大佬求助
AhriZ08 opened this issue · 5 comments
AhriZ08 commented
SachieWang commented
云开发环境配置正确么?
云函数都上传部署了么?
可以在云开发管理界面的云函数板块查看下是否有上传的云函数
AhriZ08 commented
SachieWang commented
😂属实没想到,你是忘了填这个
AhriZ08 commented
原来的代码是直接去获取envList.js下的配置字段,但是我的环境下没获取到😂😂,索性就直接替换了
const normalinfo = require('./envList.js').envList || [] // 读取 envlist 文件
if (normalinfo.length != 0 && normalinfo[0].envId != null) { // 如果文件中 envlist 存在
wx.cloud.init({ // 初始化云开发环境
traceUser: true,
env: normalinfo[0].envId
})
SachieWang commented
难道开发工具上传小程序端代码传漏了?