更新
This commit is contained in:
@@ -333,7 +333,7 @@ import { Message } from 'element-ui'
|
||||
this.isLoading = false
|
||||
}
|
||||
if (res.indexOf("rawData") == -1) {
|
||||
Message.error("请检查地址是否正确,或者“TEMU”网站是否出现图形验证码")
|
||||
Message.error("采集失败,请检查https://www.temu.com是否能正常访问")
|
||||
return
|
||||
}
|
||||
let str = res.substring(res.indexOf("window.rawData"))
|
||||
|
||||
@@ -367,7 +367,7 @@ import {sendTemuAPIMessage} from '@/api/chromeApi'
|
||||
}
|
||||
} else {
|
||||
this.isLoading = false
|
||||
this.$message.error("采集失败,请检查网络情况")
|
||||
this.$message.error("采集失败,请检查https://www.temu.com是否能正常访问")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user