Commit 78511aa5 by 黄静

hj

parent 9e39232a
......@@ -5,10 +5,17 @@
<meta charset="UTF-8">
<title>潜在商机</title>
</head>
<script>
function app_url(){
window.open('{{app_item.app_url}}')
}
</script>
<body>
<div id="main">
<!-- <div id="reason">该公司的网站及app详情如下:</div>-->
<div class="app">
{% if app_info != [] %}
<div class="reason">App如下:</div>
<div class="info" >
<div class="png">
......@@ -19,10 +26,15 @@
</div>
<div class="app_url">
<input style="margin-top: 1%;margin-bottom: 2%;cursor: pointer" type="button" value="查看" onclick="app_url()">
</input>
</div>
</div>q
</div>
</div>
{% endif %}
{% endfor %}
</div>
<div>
{% if website_info != [] %}
<div class="reason">网站如下:</div>
<div class="info" >
{% for website in website_info %}
......@@ -31,7 +43,10 @@
</a>
{% endfor %}
</div>
{% endif %}
</div>
</div>
</body>
<style>
......@@ -91,10 +106,4 @@
}
</style>
<script>
function app_url(){
window.open('{{app_item.app_url}}')
}
</script>
{% endfor %}
</html>
\ No newline at end of file
</html>
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