WeChatGame icon indicating copy to clipboard operation
WeChatGame copied to clipboard

Results 6 WeChatGame issues
Sort by recently updated
recently updated
newest added

错误位置 ```js common.expr = common.newNode.expval; ``` 错误栈 ```md TypeError: Cannot read property 'expval' of undefined at Compiler.parserExpr (binding.js? [sm]:730) at Function.parserExpr (binding.js? [sm]:740) at Binding.__bind (binding.js? [sm]:1421) at new Binding...

wx.binding.eval("(4095-1500)/4095*100") wx.binding.eval((4095-1500)/4095*100) 这个该怎么处理

binding.eval("{\"a\":$0,\"b\":$1,\"c\":$2}",[10,20,30]) 这样写,不能得到正常结果

console.log(binding.eval("(5 - 1 - 1) * 4 / 2")); 结果错误! console.log(binding.eval("(1+0.1) * 5000")); 结果错误!