Commit 71a0364e authored by 何碧荣's avatar 何碧荣

发现页

parent 070cfffe
......@@ -13,8 +13,8 @@ class FindModel extends BaseModel{
FindModel(this.page, this.count);
init(BuildContext context){
getFindPage(page,count);
init(BuildContext context,[callback=null]){
getFindPage(page,count,callback);
}
getFindPage(page,count,[callback]){
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment