This commit is contained in:
THK3121 2023-05-30 18:16:35 +08:00
commit 364419c75a

View File

@ -275,7 +275,9 @@
},
onLoad(options) {
this.product_type = options.product_type ?? 0
this.sotreParam.street_id = options.street_id
if(options.street_id!=undefined){
this.sotreParam.street_id = options.street_id
}
this.sotreParam.type_id = options.type_id
this.sotreParam.type_id = options.type_id && options.type_id.split(',').toString() || ''
this.sotreParam.category_id = options.cate_id && options.cate_id.split(',').toString() || ''