Update main.js

This commit is contained in:
北海一刀 2021-11-18 09:52:44 +08:00
parent c6880530ef
commit c9503c4a70
1 changed files with 4 additions and 4 deletions

View File

@ -137,10 +137,10 @@ import _ from "lodash";
for(let i = 1;i<page_num + 1;i++ ) for(let i = 1;i<page_num + 1;i++ )
{ {
let o = {} // let o = {}
o.page = i; // o.page = i;
o.text = i ; // o.text = i ;
btnPages.push(o); btnPages.push(i);
} }