Преглед на файлове

专区商品每页数量调整

abiao преди 5 години
родител
ревизия
94aeeeb61d
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      go/gopath/src/fohow.com/apps/controllers/product_controller/product_controller.go

+ 3 - 0
go/gopath/src/fohow.com/apps/controllers/product_controller/product_controller.go

@@ -34,6 +34,9 @@ func (self *ProductController) Latest() {
 	if len(ptype) == 0 {
 		ptype = product_model.TYPE_DIRECT_SALE
 	}
+	if ptype == product_model.SHOP_SALE {
+		perPage = int64(20)
+	}
 	type Ret struct {
 		List      []*product_model.Product `json:"list"`
 		ListCount int64                    `json:"list_count"`