Commit 3381da65 authored by 王波's avatar 王波

选择商品合并,

parent 5b5ceb38
......@@ -147,7 +147,7 @@ Component({
sureBabyDialog() {
const { chooseId } = this.data;
// console.log(chooseId, "chooseId");
this.props.onUpdateBabyChoose(chooseId.join());
this.props.onUpdateBabyChoose(chooseId.join(","));
this.closeBaby();
},
changeSearchKeyWords(e) {
......
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