是这样,我的webapp在浏览器访问代码是正确的,项目能够运行.但是当我打包成app时候,在夜神模拟器中访问代码一直报错;
09:53:05.997 Uncaught SyntaxError: Unexpected token , at Script/common.js:1062
09:53:06.018 Uncaught ReferenceError: GetFunclist is not defined at index.html:50
1062行代码:
function LogisticsGetpackageMethod(Hid,amount,callback){
LogisticsGetpackage({
PlatformID,
Hid,
Hamount:amount
},function(res){
if(callback)callback(res)
});
}
逗号也给我报错,莫名其妙;老版本没有这个问题,一更新就出问题了