Authored by wuxiao

商品列表分页

@@ -50,6 +50,7 @@ $this->title = $this->params['main_title'].'-'.$this->params['sub_title']; @@ -50,6 +50,7 @@ $this->title = $this->params['main_title'].'-'.$this->params['sub_title'];
50 </table> 50 </table>
51 </div> 51 </div>
52 <!-- table-responsive --> 52 <!-- table-responsive -->
  53 + <?php echo LinkPager::widget(['pagination' => $pagination]);?>
53 </div> 54 </div>
54 <!-- col-md-12 --> 55 <!-- col-md-12 -->
55 </div> 56 </div>