|
@@ -23,6 +23,7 @@ class combine extends BaseUser
|
|
// 使用分页查询
|
|
// 使用分页查询
|
|
$result = db("combine")->where("userid", $this->userid)->order("id desc")->paginate(["page" => $page, 'list_rows' => 5]);
|
|
$result = db("combine")->where("userid", $this->userid)->order("id desc")->paginate(["page" => $page, 'list_rows' => 5]);
|
|
$count = $result->total();
|
|
$count = $result->total();
|
|
|
|
+ $this -> action = 'apps'
|
|
?>
|
|
?>
|
|
<!DOCTYPE html>
|
|
<!DOCTYPE html>
|
|
<html lang="zh-cn">
|
|
<html lang="zh-cn">
|
|
@@ -699,7 +700,7 @@ class combine extends BaseUser
|
|
<td><div style="min-width: 135px;"><?php echo date('Y-m-d H:i:s', $item['ctime']); ?></div></td>
|
|
<td><div style="min-width: 135px;"><?php echo date('Y-m-d H:i:s', $item['ctime']); ?></div></td>
|
|
<td>
|
|
<td>
|
|
<!-- <div><a href="<?php echo $item['link']; ?>" target="_blank" class="btn-detail">查看</a></div> -->
|
|
<!-- <div><a href="<?php echo $item['link']; ?>" target="_blank" class="btn-detail">查看</a></div> -->
|
|
- <div><a href="#" class="btn-del btn-detail" data-id="<?php echo htmlspecialchars($item['id']); ?>">删除</a></div>
|
|
|
|
|
|
+ <div><a href="#" style="color: #FF7429;border-color:#FF7429" class="btn-del app-bloder-btn" data-id="<?php echo htmlspecialchars($item['id']); ?>">删除</a></div>
|
|
</td>
|
|
</td>
|
|
</tr>
|
|
</tr>
|
|
<?php endforeach; ?>
|
|
<?php endforeach; ?>
|
|
@@ -710,7 +711,7 @@ class combine extends BaseUser
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</tbody>
|
|
</tbody>
|
|
</table>
|
|
</table>
|
|
- <?php
|
|
|
|
|
|
+ <!-- <?php
|
|
if ($count == 0) {
|
|
if ($count == 0) {
|
|
?>
|
|
?>
|
|
<div class="text-center no-content">
|
|
<div class="text-center no-content">
|
|
@@ -721,7 +722,7 @@ class combine extends BaseUser
|
|
</div>
|
|
</div>
|
|
<?php
|
|
<?php
|
|
}
|
|
}
|
|
- ?>
|
|
|
|
|
|
+ ?> -->
|
|
</div>
|
|
</div>
|
|
<div class="pagination-box">
|
|
<div class="pagination-box">
|
|
<?php echo getRender($result, $page); ?>
|
|
<?php echo getRender($result, $page); ?>
|