Commit 78511aa5 by 黄静

hj

parent 9e39232a
...@@ -5,10 +5,17 @@ ...@@ -5,10 +5,17 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>潜在商机</title> <title>潜在商机</title>
</head> </head>
<script>
function app_url(){
window.open('{{app_item.app_url}}')
}
</script>
<body> <body>
<div id="main"> <div id="main">
<!-- <div id="reason">该公司的网站及app详情如下:</div>-->
<div class="app"> <div class="app">
{% if app_info != [] %}
<div class="reason">App如下:</div> <div class="reason">App如下:</div>
<div class="info" > <div class="info" >
<div class="png"> <div class="png">
...@@ -19,10 +26,15 @@ ...@@ -19,10 +26,15 @@
</div> </div>
<div class="app_url"> <div class="app_url">
<input style="margin-top: 1%;margin-bottom: 2%;cursor: pointer" type="button" value="查看" onclick="app_url()"> <input style="margin-top: 1%;margin-bottom: 2%;cursor: pointer" type="button" value="查看" onclick="app_url()">
</input>
</div> </div>
</div>q </div>
</div> </div>
{% endif %}
{% endfor %}
</div>
<div>
{% if website_info != [] %}
<div class="reason">网站如下:</div> <div class="reason">网站如下:</div>
<div class="info" > <div class="info" >
{% for website in website_info %} {% for website in website_info %}
...@@ -31,7 +43,10 @@ ...@@ -31,7 +43,10 @@
</a> </a>
{% endfor %} {% endfor %}
</div> </div>
{% endif %}
</div> </div>
</div> </div>
</body> </body>
<style> <style>
...@@ -91,10 +106,4 @@ ...@@ -91,10 +106,4 @@
} }
</style> </style>
<script> </html>
function app_url(){
window.open('{{app_item.app_url}}')
}
</script>
{% endfor %}
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment