|
@@ -103,7 +103,7 @@ Page({
|
|
|
/* 获取分类 */
|
|
|
getTypeList() {
|
|
|
_Http.basic({
|
|
|
- "id": "20220926095202",
|
|
|
+ "id": "20220922110403",
|
|
|
"istool": 1, //默认0,不是工具,1表示工具
|
|
|
"pageSize": 1000,
|
|
|
"content": {
|
|
@@ -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
|