- 遇到的问题
wxs中switch case 负数报错
module.exports = function (status) { switch (status) { case -1: return 'init' case 0: return 'contract' case 1: default : return 'expend' } } |
- 希望提供的能力
框架类型 | 问题类型 | 终端类型 | 操作系统 | 微信版本 | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | 微信iOS客户端 | 6.6.7 | 1.9.1 |
1 个回答
你好,问题已复现,我们会在后续版本中进行修复。