Cannot read property 'replace' of undefined;at App getGoodsWeek functiongetGoodsWeek:function(){
let date = '2018-12-13 16:00';
let getGoodsDate = new Date(date.replace(/-/g, "/"));
};
为什么会报错,微信小程序不支持javascript里的replace吗?
Cannot read property 'replace' of undefined;at App getGoodsWeek function
微信小程序开发问题解答
微信小程序开发者回答:
可能是异步问题, 在回调(或promise)里处理date看看
微信小程序开发者回答:
因为date是后台传值过来的,报这个错误有可能date值有问题,上面提示的错误不是全部的,是个别的提示。
微信小程序开发者回答:
我在mpvue里面使用replace可以用
本文网址:http://www.91bianli.com/weixinxiaochengxu/41315.html