Merge branch 'couponV2.0' of https://codeup.aliyun.com/5f9118049cffa29cfdd3be1c/marketing/frontend into couponV2.0
This commit is contained in:
commit
c9b2ae8fe0
|
@ -124,7 +124,7 @@ export default class adduserinfo extends React.Component {
|
||||||
}
|
}
|
||||||
onTypeChange(e) {
|
onTypeChange(e) {
|
||||||
let model2 = this.state.model
|
let model2 = this.state.model
|
||||||
model2.type = e.target.value
|
model2.product_type = e.target.value
|
||||||
this.setState({ model: model2 })
|
this.setState({ model: model2 })
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue