修复部分已知问题

This commit is contained in:
小胡
2022-11-03 11:20:53 +08:00
Unverified
parent 677183037a
commit b9ad648148
4 changed files with 3 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ if(!defined('CORE_VERSION')) {
define('CORE_VERSION', '2.02');
define('CORE_RELEASE', '20180909');
define('CORE_FIXBUG' , '20000000');
define('CORE_XHVERSION', '1.61');
define('CORE_XHVERSION', '1.62');
define('CORE_XHRELEASE', '20220901');
define('CORE_XHFIXBUG' , '202201102');
}

View File

@@ -43,9 +43,6 @@
padding:0;
background: url(1.jpg);
background-size: cover;
display: flex;
align-content: space-around;
flex-wrap: wrap;
}
.main-content{
padding:0;

View File

@@ -104,7 +104,7 @@ function getOpenUrl($icoarr,$share){
return array('type'=>'attach','url'=>$url,'canedit'=>$data['canedit']);
}
}elseif ($share['xiazai']){//没有可用的打开方式,转入下载;
}else{//没有可用的打开方式,转入下载;
$sid=dzzencode($share['id'],'',0,0);
if($candownload){
return array('type'=>'download','url'=>'index.php?mod=shares&op=download&operation=download&sid='.$sid.'&filename='.$icoarr['name'].'&path='.$dpath);

View File

@@ -23,7 +23,7 @@
</div>
</div>
<!--{else}-->
<div class="weui-cell weui-cell_access weui-cell_longpress<!--{if !$share[yulan]}--> filelist<!--{/if}-->" data-type="$v[type]" data-dpath="$v[dpath]" <!--{if $share[yulan]}-->onclick="yulantishi();"<!--{/if}--> <!--{if !$share[xiazai]}-->data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]"<!--{/if}--> data-rid="$v[rid]">
<div class="weui-cell weui-cell_access weui-cell_longpress<!--{if !$share[yulan]}--> filelist<!--{/if}-->" data-type="$v[type]" data-dpath="$v[dpath]" <!--{if $share[yulan]}-->onclick="yulantishi();"<!--{/if}--> <!--{if !$share[xiazai]}-->data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]"<!--{/if}--> data-rid="$v[rid]">
<div class="weui-cell__hd"><img src="$v[img]" class="weui-cell__recentimg"></div>
<div class="weui-cell__bd">
<h4 >$v[name]</h4>