- 想问一下,能不能用小程序内的虚拟币做抽奖游戏?
如题
2019-12-06 - 云开发中aggregate后的end默认最多返回多少条数据?
默认是20条吗?
2019-10-26 - 互联网信息内容主管部门具体叫什么部门?
网上搜到的是这个http://www.shjbzx.cn/,但是打电话过去人家说人家不管审核,只管具体的举报内容。 所以,互联网信息内容主管部门是哪个?
2019-10-15 - 怎样查看二次审核的进度?预上线什么时候可以申请?
如题
2019-10-15 - 自定义导航栏,如何解决在IOS中偶尔会缺少大概状态栏高度的问题?
const systemInfo = wx.getSystemInfoSync(); console.log('systemInfo', systemInfo) this.globalData.StatusBar = systemInfo.statusBarHeight; let custom = wx.getMenuButtonBoundingClientRect(); //获取胶囊的信息,使用胶囊的top,height if (custom) { this.globalData.Custom = custom; // this.globalData.CustomBar = custom.height + (custom.top - systemInfo.statusBarHeight) * 2 + systemInfo.statusBarHeight; this.globalData.CustomBar = custom.bottom + custom.top - systemInfo.statusBarHeight; } else { this.globalData.CustomBar = e.statusBarHeight + 44; } 上面是app.js中onLaunch里的,但这样还是不行,偶尔还是会在IOS下出现问题。
2019-09-21 - 因为想省去域名备案的麻烦,选择了云开发,但类目属于社区/社交,怎么样能提交审核?
小程序涉及UGC的内容发布,发布后需要审核才能决定是否发布成功。 因为是想快速上线产品避免域名备案的麻烦以及想节省服务器的成本,所以选择了云开发了。 提交审核的时候又让选择社区/论坛类目,但是使用云开发做的,没有域名备案,所以这个流程就走不通了。 如何解决使用云开发做的小程序,但是又是社区/论坛类目的审核?
2019-09-16 - 云开发在aggregate里如何实现nin的功能?
云开发在aggregate里如何实现nin的功能?
2019-09-05 - 云开发中的command.in和nin数组限制的长度是多少?
云开发中的command.in和nin数组限制的长度是多少?
2019-09-05 - 云开发切换开发环境和生产环境
请问,云开发切换开发环境和正式环境,是在前端app.js里写明env,还是在每一个云函数里写明env?
2019-06-24