@@ -1394,6 +1394,7 @@
} else {
if (data._id !== "") {
// window.location.href = "/jyapp/front/dataExport/toCreateOrderPage?id=" + data._id + "&source=d&payway=" + pay_way + "&dataspec=" + data_spec;
+ sessionStorage.setItem('goScreen','1'); // 储存参数 返回页面不使用接口回显使用已存本地存储
window.location.href = "/jy_mobile/dataexport/limitpreview/" + data._id + '?type=senior';
}
@@ -1406,6 +1406,7 @@
if(data._id!==""){
// /front/wx_dataExport/submitOrder
// window.location.href="/jy_mobile/common/order/create/dataexport?id="+data._id+"&source=d&dataspec="+data_spec;