Commit 67cab6fb authored by xiaoye's avatar xiaoye

Update pics.vue

parent ff25a005
Pipeline #38762 passed with stages
in 2 minutes and 53 seconds
...@@ -90,8 +90,8 @@ ...@@ -90,8 +90,8 @@
} }
url.custom = i.url; url.custom = i.url;
deck.blob = i.blob; deck.blob = i.blob;
deck.main.push(...i.main.map(code => ({ code, ot: url.custom ? Const.ot.CustomJpg : Const.ot.Basic }))); deck.main = i.main.map(code => ({ code, ot: url.custom ? Const.ot.CustomJpg : Const.ot.Basic }));
deck.side.push(...i.side.map(code => ({ code, ot: url.custom ? Const.ot.CustomJpg : Const.ot.Basic }))); deck.side = i.side.map(code => ({ code, ot: url.custom ? Const.ot.CustomJpg : Const.ot.Basic }));
deck.participant = participant; deck.participant = participant;
}, },
off : async () : Promise<void> => { off : async () : Promise<void> => {
......
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