|
@@ -73,5 +73,14 @@ import '../../css/technologyTrading/achievementDetail.css';
|
|
|
});
|
|
|
}
|
|
|
})
|
|
|
-
|
|
|
+ $("#purchase").click(function(){
|
|
|
+ var isLogin=$("#isLogin").attr("islogin");
|
|
|
+ var theId = $("#Id_").attr('val');
|
|
|
+ var thetype=$("#ownerType_").attr('typ');
|
|
|
+ if(isLogin=="false"){
|
|
|
+ window.open(globalConfig.context + '/portal/technologyTrading/achievementOrder?id=' + theId+'&type='+thetype );
|
|
|
+ }else{
|
|
|
+ $(".head_login").click();
|
|
|
+ }
|
|
|
+ });
|
|
|
})();
|