king
2022-05-17 01c6998d820375be3f7de5506382343f0411c468
src/menu/picturecontroller/index.jsx
@@ -39,6 +39,15 @@
    let videos = sessionStorage.getItem('app_videos')
    let colorlist = sessionStorage.getItem('app_colors')
    if (!pictures) {
      notification.warning({
        top: 92,
        message: '未获取到资源信息,请稍后或刷新重试。',
        duration: 5
      })
      return
    }
    try {
      pictures = JSON.parse(pictures)
      videos = JSON.parse(videos)