|
@@ -77,7 +77,7 @@ async function useContentStore() {
|
|
|
return res.data
|
|
|
} else {
|
|
|
ContentIsError.value = true
|
|
|
- if(res.error_msg.includes('未查到当前招标信息') !== -1) {
|
|
|
+ if(res.error_msg.includes('未查到当前招标信息')) {
|
|
|
ContentErrorText.value = '由于相关部门要求,该信息已下架,敬请原谅'
|
|
|
} else {
|
|
|
ContentErrorText.value = '该页面信息不存在'
|