11 2016 档案
摘要:-webkit-tap-highlight-color:rgba(0,0,0,0);
阅读全文
摘要:histroy.back(-1):直接返回当前页的上一页,数据全部消失,是个新的页面; histroy.go(-1):直接返回当前页的上一页,不过表单里的数据全部还在; histroy.back(0):刷新,histroy.back(1):前进,histroy.back(-1):后退;
阅读全文
摘要:commitTimeDate = new Date("2016/11/9 10:02:40").getTime() + 24*60*60*1000;//截止时间 myDate = new Date();//获取当前时间currentTime=myDate.getTime();//当前时间换成毫秒de
阅读全文
摘要:把number类型转化为字符串类型let orderPayFeeStr = this.state.orderPayFee.toString();//商品价格转化为字符串if(orderPayFeeStr.indexOf(".") != -1){ orderPayFeepointBefore = or
阅读全文