Commit 5abfbfa7 by 李宁

1

1 parent c352d425
......@@ -952,7 +952,7 @@ async function init(){
},20000)
snInputNum = window.snInputNum||5
noShootNum = window.noShootNum||5
noShootNum = window.noShootNum||3
$("#mp3Source").attr('src', 'https://lgyztest.obs.cidc-rp-12.joint.cmecloud.cn/file/temp/2025-01-08/hhT2XXAj.mp3')
$("#mp3Source")[0].autoplay = true
......
window.noShootNum = 5
window.snInputNum = 3
\ No newline at end of file
let pa = sessionStorage.getItem('huaiAnAppParam')
if(pa){
pa = JSON.parse(pa)
}else{
pa = {}
}
if(pa.orderId == '3356158'){
window.noShootNum = 2
window.snInputNum = 2
}else{
window.noShootNum = 5
window.snInputNum = 3
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!