|
@@ -169,6 +169,10 @@
|
|
|
}
|
|
|
var orderCode = getParam("code");
|
|
|
$('.check_order').on('click', function () {
|
|
|
+ if(pageName = "数据报告"){
|
|
|
+ window.location.replace("/front/datareport/orderDetail?orderId="+ orderCode);
|
|
|
+ return
|
|
|
+ }
|
|
|
window.location.replace("/front/course/orderDetail?orderId="+ orderCode);
|
|
|
})
|
|
|
function getParam(name) {
|