diff --git a/public/index.html b/public/index.html index 70bef793..938a3d92 100644 --- a/public/index.html +++ b/public/index.html @@ -1,16 +1,14 @@ - - - - - - - - @@ -27,28 +25,30 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - 营销管理系统 - - - - - -
- - - + + + \ No newline at end of file diff --git a/src/pages/exchangecode/product/add.js b/src/pages/exchangecode/product/add.js index 0beb5709..f3a9614c 100644 --- a/src/pages/exchangecode/product/add.js +++ b/src/pages/exchangecode/product/add.js @@ -126,7 +126,7 @@ export default class adduserinfo extends React.Component { model.stock = model_temp.stock model.usage = model_temp.usage model.map_product_name = model_temp.map_product_name - console.log("model => 编辑", model); + console.log('model => 编辑', model) this.setState({ model: model }) } this.getProductInfo() @@ -286,7 +286,7 @@ export default class adduserinfo extends React.Component { map_product_name: cur_product.title, account_type: cur_product.account_type } - console.log("model2 =>111", model2); + console.log('model2 =>111', model2) this.setState({ model: model2, productpic: obj2 }) } onTypeChange(e) { @@ -323,7 +323,7 @@ export default class adduserinfo extends React.Component { } } onUploadChange1(files, e) { - console.log("编辑 ==>files", files) + console.log('编辑 ==>files', files) let arr = _.map(files, (o) => { return o.id }) @@ -358,16 +358,16 @@ export default class adduserinfo extends React.Component { (req, msg) => { path = req.path let obj = { - id:files[i].id, + id: files[i].id, name: files[i].name, url: path, - type:"add" + type: 'add' } let obj1 = { - id:files[i].id, + id: files[i].id, name: files[i].name, src: path, - type:"add" + type: 'add' } const model = this.state.model model.describe_url.push(obj1) @@ -407,17 +407,17 @@ export default class adduserinfo extends React.Component { } this.setState({ productpic: temp_arr }) console.log(this.state.model) - console.log("temp_arr =>", temp_arr); + console.log('temp_arr =>', temp_arr) - let left_temp_arr = temp_arr.map(item =>{ + let left_temp_arr = temp_arr.map((item) => { return { ...item, - src:item.url + src: item.url } }) - let models = this.state.model; - models.describe_url = left_temp_arr; - this.setState({model:models}) + let models = this.state.model + models.describe_url = left_temp_arr + this.setState({ model: models }) } }, 500) } @@ -631,7 +631,10 @@ export default class adduserinfo extends React.Component { value={this.state.model.show_url} /> - +