king
2020-07-13 269f0759a64927c2ea06a9d7de92ecfd0be7df5b
src/mob/modelsource/index.jsx
@@ -18,9 +18,11 @@
  }
  render() {
    const { appType } = this.props
    return (
      <div className="mob-card-source-box">
        {mobOptions.map((item, index) => (
        {appType === 'mob' && mobOptions.map((item, index) => (
          <div key={index}>
            <p>{item.title}</p>
            {item.options.map((cell, i) => (<SourceWrap key={i} content={cell} />))}