Commit 1449ee1c authored by Mac's avatar Mac

1

parent da300052
...@@ -174,7 +174,8 @@ ...@@ -174,7 +174,8 @@
}, },
init() { init() {
this.CategoryIdsList = []; this.CategoryIdsList = [];
this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2); // this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this.CategoryIdsList.push(this.CategoryIds2);
this.msg.CategoryIds = this.CategoryIdsList.join(','); this.msg.CategoryIds = this.CategoryIdsList.join(',');
this.msg.StoreId = uni.getStorageSync("storeId")?uni.getStorageSync("storeId").storeId:0; this.msg.StoreId = uni.getStorageSync("storeId")?uni.getStorageSync("storeId").storeId:0;
let IsOpenReserve = uni.getStorageSync("GetAppConfig")?uni.getStorageSync("GetAppConfig").IsOpenReserve:0 let IsOpenReserve = uni.getStorageSync("GetAppConfig")?uni.getStorageSync("GetAppConfig").IsOpenReserve:0
......
...@@ -141,7 +141,8 @@ ...@@ -141,7 +141,8 @@
}, },
init() { init() {
this.CategoryIdsList = []; this.CategoryIdsList = [];
this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2); // this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this.CategoryIdsList.push(this.CategoryIds2);
this.msg.CategoryIds = this.CategoryIdsList.join(','); this.msg.CategoryIds = this.CategoryIdsList.join(',');
this.isover = false; this.isover = false;
this.loading = true; this.loading = true;
......
...@@ -173,7 +173,8 @@ ...@@ -173,7 +173,8 @@
}, },
init() { init() {
this.CategoryIdsList = []; this.CategoryIdsList = [];
this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2); // this.CategoryIdsList.push(this.CategoryIds1, this.CategoryIds2);
this.CategoryIdsList.push(this.CategoryIds2);
this.msg.CategoryIds = this.CategoryIdsList.join(','); this.msg.CategoryIds = this.CategoryIdsList.join(',');
this.isover = false; this.isover = false;
this.loading = true; this.loading = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment