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

选择商品合并,

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