| xqd
@@ -101,12 +101,17 @@
|
|
|
.imgbox img{
|
|
|
height: 40px;
|
|
|
}
|
|
|
+ .tanbox .b2 button{
|
|
|
+ width: 70%;
|
|
|
+ margin:5px 15%;
|
|
|
+ }
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
<script type="text/javascript">
|
|
|
var url = '';
|
|
|
var downurl = '';
|
|
|
+ var downloadurl = '';
|
|
|
var yan = 0;
|
|
|
var countdown = 60;
|
|
|
var sending = false;
|
| xqd
@@ -161,9 +166,10 @@
|
|
|
|
|
|
}
|
|
|
|
|
|
- function tijiao(status,redirect_url,pdf_url,ttt){
|
|
|
+ function tijiao(status,redirect_url,pdf_url,download_url,ttt){
|
|
|
window.url = redirect_url;
|
|
|
window.downurl = pdf_url;
|
|
|
+ window.downloadurl = download_url;
|
|
|
var tanc=document.getElementById("tanchuang")
|
|
|
tanc.style="display:auto;"
|
|
|
// var status = 0
|
| xqd
@@ -200,6 +206,8 @@
|
|
|
window.location.href=url
|
|
|
}else if(id=='download'){
|
|
|
window.location.href = downurl;
|
|
|
+ }else if(id=='download'){
|
|
|
+ window.location.href = downloadurl;
|
|
|
}else{
|
|
|
window.location.href=url
|
|
|
}
|
| xqd
@@ -291,6 +299,7 @@
|
|
|
<text id="txt3" class="title"></text>
|
|
|
<button class="btn btn-default" id="next" type="button" onclick="thebtn(this)">查看详情!</button>
|
|
|
<button class="btn btn-default" id="download" type="button" onclick="thebtn(this)">查看反馈!</button>
|
|
|
+ <button class="btn btn-default" id="downloadurl" type="button" onclick="thebtn(this)">下载!</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|