From b9ad64814875df9706069f5fbfd9c7fc27d7f2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E8=83=A1?= <3203164629@qq.com> Date: Thu, 3 Nov 2022 11:20:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=83=A8=E5=88=86=E5=B7=B2?= =?UTF-8?q?=E7=9F=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core_version.php | 2 +- dzz/index_simple/images/main.css | 3 --- dzz/shares/function/function_common.php | 2 +- dzz/shares/template/mobile/list_item.htm | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/core/core_version.php b/core/core_version.php index 615e338..b0ee84d 100644 --- a/core/core_version.php +++ b/core/core_version.php @@ -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'); } \ No newline at end of file diff --git a/dzz/index_simple/images/main.css b/dzz/index_simple/images/main.css index ea8154a..37adb80 100644 --- a/dzz/index_simple/images/main.css +++ b/dzz/index_simple/images/main.css @@ -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; diff --git a/dzz/shares/function/function_common.php b/dzz/shares/function/function_common.php index 5caee48..d1c286b 100644 --- a/dzz/shares/function/function_common.php +++ b/dzz/shares/function/function_common.php @@ -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); diff --git a/dzz/shares/template/mobile/list_item.htm b/dzz/shares/template/mobile/list_item.htm index 9467fcb..e32e14f 100644 --- a/dzz/shares/template/mobile/list_item.htm +++ b/dzz/shares/template/mobile/list_item.htm @@ -23,7 +23,7 @@ -
onclick="yulantishi();" data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]" data-rid="$v[rid]"> +
onclick="yulantishi();" data-href="{DZZSCRIPT}?mod=io&op=download&path=$v[dpath]" data-rid="$v[rid]">

$v[name]