Commit 0de878e9 authored by Xuguangxing's avatar Xuguangxing

'增加trycache'

parent af0ee5be
......@@ -213,6 +213,7 @@ export default {
},
async init(detailParam) {
const [res] = await goods.detailInfo(detailParam);
try {
firstGroupShare(
{
...this.$route.query,
......@@ -260,6 +261,9 @@ export default {
} catch (error) {
console.error(error);
}
} catch (e) {
console.log(e);
}
},
setStartStatus(data) {
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