Commit 0de878e9 authored by Xuguangxing's avatar Xuguangxing

'增加trycache'

parent af0ee5be
...@@ -213,6 +213,7 @@ export default { ...@@ -213,6 +213,7 @@ export default {
}, },
async init(detailParam) { async init(detailParam) {
const [res] = await goods.detailInfo(detailParam); const [res] = await goods.detailInfo(detailParam);
try {
firstGroupShare( firstGroupShare(
{ {
...this.$route.query, ...this.$route.query,
...@@ -260,6 +261,9 @@ export default { ...@@ -260,6 +261,9 @@ export default {
} catch (error) { } catch (error) {
console.error(error); console.error(error);
} }
} catch (e) {
console.log(e);
}
}, },
setStartStatus(data) { setStartStatus(data) {
const currentTime = new Date(data.currentTime.replace(/\-/g, '/')).getTime(); const currentTime = new Date(data.currentTime.replace(/\-/g, '/')).getTime();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment