Commit e49ef4f4 authored by xishifeng's avatar xishifeng

下载页修改

parent c404acb1
......@@ -38,7 +38,7 @@
<script>
window.onload = function() {
$('#app_ban').attr('src','/app/images/bg_download.png');
$('#app_ban').attr('src','/app/images/bg_download_c@2x.png');
$('title').html('下载');
$('.xiazai-p-fuju').show();
//0是c端,2是b端
......
......@@ -36,7 +36,7 @@
<script>
window.onload = function() {
$('#app_ban').attr('src','/app/images/bg_download.png');
$('#app_ban').attr('src','/app/images/bg_download_b@2x.png');
$('title').html('下载');
$('.xiazai-p-fuju').show();
//0是c端,2是b端
......
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