mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
完成分页优化
This commit is contained in:
@@ -6,6 +6,7 @@ namespace app\model;
|
||||
|
||||
use think\Model;
|
||||
use think\model\concern\SoftDelete;
|
||||
use think\Paginator;
|
||||
|
||||
/**
|
||||
* @mixin think\Model
|
||||
@@ -143,4 +144,5 @@ class Post extends Model
|
||||
|
||||
return $url_info['scheme'].'://'.$url_info['host'].'/a'.$this->getData('uid').'.html';
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user