发布v2.5.6版本

This commit is contained in:
雨中磐石
2023-04-26 15:46:53 +08:00
parent 33ce4c6298
commit 8145b2df84
55 changed files with 1193 additions and 223 deletions

View File

@@ -0,0 +1,10 @@
<?php
if($da['arr']['isedit']==1){
$uatlx = (A=='x') ? 'lum' : 'lu';
?>
<div align="center">
<div class="blank20"></div>
<a class="webbtn" style="border-radius:5px;" href="index.php?a=<?=$uatlx?>&m=input&d=flow&num=collects&mid=<?=$da['arr']['mid']?>">去完成填写</a>
</div>
<?php
}?>