king
2021-09-01 31ec63f0419895876cbaba99637a884a32d33d0d
src/menu/components/share/sourcecomponent/inputform/index.jsx
@@ -48,7 +48,7 @@
      if (_form && _form.focus) {
        _form.focus()
      }
    } catch {}
    } catch (e) {}
  }
  shouldComponentUpdate (nextProps, nextState) {
@@ -63,14 +63,14 @@
      let videos = sessionStorage.getItem('app_videos')
      try {
        originlist = JSON.parse(videos)
      } catch {
      } catch (e) {
        originlist = []
      }
    } else {
      let pictures = sessionStorage.getItem('app_pictures')
      try {
        originlist = JSON.parse(pictures)
      } catch {
      } catch (e) {
        originlist = []
      }
    }