|
@@ -408,8 +408,12 @@ Vue.component('keep-component', {
|
|
|
id: id,
|
|
|
shoucang: type
|
|
|
}))
|
|
|
- if (SuperSearch && typeof SuperSearch.setSessionStorage === 'function') {
|
|
|
- SuperSearch.setSessionStorage();
|
|
|
+ try {
|
|
|
+ if (SuperSearch && typeof SuperSearch.setSessionStorage === 'function') {
|
|
|
+ SuperSearch.setSessionStorage();
|
|
|
+ }
|
|
|
+ } catch (e) {
|
|
|
+ console.log('no list')
|
|
|
}
|
|
|
location.href = (utils.isWeiXinBrowser ? '/weixin' : '/jyapp') + '/frontPage/bigmember/free/perfect_info?origin=article_collection'
|
|
|
}).catch(function () {});
|