正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -320,6 +320,8 @@ new Vue({ | @@ -320,6 +320,8 @@ new Vue({ | ||
320 | if(ordertype==1){ | 320 | if(ordertype==1){ |
321 | spot_id=localStorage.getItem('spot_id'); | 321 | spot_id=localStorage.getItem('spot_id'); |
322 | pick_up_time=$("#time4").val(); | 322 | pick_up_time=$("#time4").val(); |
323 | + var pick_time=pick_up_time.split(" "); | ||
324 | + pick_up_time=pick_time[1]; | ||
323 | console.log( pick_up_time.length); | 325 | console.log( pick_up_time.length); |
324 | if(pick_up_time==""){ | 326 | if(pick_up_time==""){ |
325 | alert("请选择定制时间"); | 327 | alert("请选择定制时间"); |
-
请 注册 或 登录 后发表评论