|
@@ -136,7 +136,7 @@ Page({
|
|
|
if (init) content.pageNumber = 1;
|
|
|
if (content.pageNumber > content.pageTotal) return;
|
|
|
content.brandids = [this.data.brand.sa_brandid];
|
|
|
- content.itemclassids = this.data.cType.itemclassid ? [this.data.cType.itemclassid] : "";
|
|
|
+ content.itemclassids = this.data.cType.itemclassid ? [this.data.cType.itemclassid] : [''];
|
|
|
_Http.basic({
|
|
|
"id": 20220924163802,
|
|
|
content
|