|  | @@ -122,14 +122,14 @@ export default defineComponent({
 | 
											
												
													
														|  |          forms.player.currentTime = forms.videoBrowsePoint
 |  |          forms.player.currentTime = forms.videoBrowsePoint
 | 
											
												
													
														|  |        })
 |  |        })
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -      forms.player.on('seeking', (val: any) => {
 |  | 
 | 
											
												
													
														|  | -        console.log('seeking')
 |  | 
 | 
											
												
													
														|  | -      })
 |  | 
 | 
											
												
													
														|  | 
 |  | +      // forms.player.on('seeking', (val: any) => {
 | 
											
												
													
														|  | 
 |  | +      //   console.log('seeking')
 | 
											
												
													
														|  | 
 |  | +      // })
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -      // // 拖动结束时
 |  | 
 | 
											
												
													
														|  | -      forms.player.on('seeked', (val: any) => {
 |  | 
 | 
											
												
													
														|  | -        console.log('seeked')
 |  | 
 | 
											
												
													
														|  | -      })
 |  | 
 | 
											
												
													
														|  | 
 |  | +      // // // 拖动结束时
 | 
											
												
													
														|  | 
 |  | +      // forms.player.on('seeked', (val: any) => {
 | 
											
												
													
														|  | 
 |  | +      //   console.log('seeked')
 | 
											
												
													
														|  | 
 |  | +      // })
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |        // 正在搜索中
 |  |        // 正在搜索中
 | 
											
												
													
														|  |        forms.player.on('waiting', () => {
 |  |        forms.player.on('waiting', () => {
 | 
											
										
											
												
													
														|  | @@ -243,24 +243,24 @@ export default defineComponent({
 | 
											
												
													
														|  |          forms.intervalFnRef?.pause()
 |  |          forms.intervalFnRef?.pause()
 | 
											
												
													
														|  |          // 页面计时暂停
 |  |          // 页面计时暂停
 | 
											
												
													
														|  |          pageTimer.pause()
 |  |          pageTimer.pause()
 | 
											
												
													
														|  | -        // await updateStat()
 |  | 
 | 
											
												
													
														|  | -
 |  | 
 | 
											
												
													
														|  | -        // window.location.href =
 |  | 
 | 
											
												
													
														|  | -        //   window.location.origin +
 |  | 
 | 
											
												
													
														|  | -        //   window.location.pathname +
 |  | 
 | 
											
												
													
														|  | -        //   'preRegister.html?' +
 |  | 
 | 
											
												
													
														|  | -        //   qs.stringify({
 |  | 
 | 
											
												
													
														|  | -        //     orchestraId: forms.orchestraId,
 |  | 
 | 
											
												
													
														|  | -        //     openId: forms.openId
 |  | 
 | 
											
												
													
														|  | -        //   })
 |  | 
 | 
											
												
													
														|  | 
 |  | +        await updateStat()
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |          window.location.href =
 |  |          window.location.href =
 | 
											
												
													
														|  |            window.location.origin +
 |  |            window.location.origin +
 | 
											
												
													
														|  | -          '/project/preRegister.html?' +
 |  | 
 | 
											
												
													
														|  | 
 |  | +          window.location.pathname +
 | 
											
												
													
														|  | 
 |  | +          'preRegister.html?' +
 | 
											
												
													
														|  |            qs.stringify({
 |  |            qs.stringify({
 | 
											
												
													
														|  |              orchestraId: forms.orchestraId,
 |  |              orchestraId: forms.orchestraId,
 | 
											
												
													
														|  |              openId: forms.openId
 |  |              openId: forms.openId
 | 
											
												
													
														|  |            })
 |  |            })
 | 
											
												
													
														|  | 
 |  | +
 | 
											
												
													
														|  | 
 |  | +        // window.location.href =
 | 
											
												
													
														|  | 
 |  | +        //   window.location.origin +
 | 
											
												
													
														|  | 
 |  | +        //   '/project/preRegister.html?' +
 | 
											
												
													
														|  | 
 |  | +        //   qs.stringify({
 | 
											
												
													
														|  | 
 |  | +        //     orchestraId: forms.orchestraId,
 | 
											
												
													
														|  | 
 |  | +        //     openId: forms.openId
 | 
											
												
													
														|  | 
 |  | +        //   })
 | 
											
												
													
														|  |        } catch (e) {
 |  |        } catch (e) {
 | 
											
												
													
														|  |          console.log(e, 'e')
 |  |          console.log(e, 'e')
 | 
											
												
													
														|  |          // 还原
 |  |          // 还原
 |