...
|
...
|
@@ -20,6 +20,10 @@ if(param&¶m.length==2){ |
|
|
}
|
|
|
},function(res){
|
|
|
RESPONSEDATA=res.data;
|
|
|
console.log(RESPONSEDATA.expectShelfTimeStr);
|
|
|
if(!RESPONSEDATA.expectShelfTimeStr){
|
|
|
RESPONSEDATA.expectShelfTimeStr="2016-04-15 00:00:00";
|
|
|
}
|
|
|
},true);
|
|
|
}
|
|
|
|
...
|
...
|
|