修复错误

This commit is contained in:
shengchanzhe 2023-05-30 14:55:47 +08:00
parent 978bc7b920
commit 136db8092f

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() || ''