Authored by lea guo

物流信息不能回退

@@ -303,6 +303,7 @@ export default { @@ -303,6 +303,7 @@ export default {
303 if (this.preView) { 303 if (this.preView) {
304 this.preView.hide && this.preView.hide() 304 this.preView.hide && this.preView.hide()
305 } 305 }
  306 + next();
306 } 307 }
307 }; 308 };
308 </script> 309 </script>