|
@@ -68,7 +68,7 @@ const formatTimes = () => {
|
|
|
times = detailState.times.filter((n: any, index: number) => {
|
|
|
return index >= startIndex && index <= endIndex
|
|
|
})
|
|
|
- console.log("🚀 ~ times", times)
|
|
|
+ // console.log("🚀 ~ times", times)
|
|
|
}
|
|
|
// let measureIndex = -1
|
|
|
for (let index = 0; index < times.length; index++) {
|
|
@@ -160,7 +160,6 @@ const connect = async () => {
|
|
|
if (browserInfo.ios) {
|
|
|
content.platform = 'IOS'
|
|
|
}
|
|
|
- // console.log("评测数据", content)
|
|
|
const evt = await promisefiyPostMessage({
|
|
|
api: 'startEvaluating',
|
|
|
content: content,
|
|
@@ -172,7 +171,6 @@ const connect = async () => {
|
|
|
connentLoading.value = false
|
|
|
throw evt
|
|
|
}
|
|
|
-
|
|
|
connentLoading.value = false
|
|
|
}
|
|
|
|