|
|
@@ -54,7 +54,7 @@ export default function LotteryScreen() {
|
|
|
const init = async () => {
|
|
|
try {
|
|
|
console.log('LotteryScreen Init: num', num, 'tradeNo', tradeNo, 'poolId', poolId);
|
|
|
- await Promise.all([loadData(), playSound()]);
|
|
|
+ await Promise.all([loadData() /*, playSound()*/]);
|
|
|
} catch (e) {
|
|
|
console.error('LotteryScreen Init Error', e);
|
|
|
} finally {
|