Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
W
web-site
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张冬
web-site
Commits
2e4ea1e4
Commit
2e4ea1e4
authored
Oct 12, 2020
by
吴冠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
...
parent
97d8754a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
BIDDINGdetails.vue
pages/index/notice/BIDDINGdetails.vue
+3
-5
bid.vue
pages/index/notice/bid.vue
+1
-1
No files found.
pages/index/notice/BIDDINGdetails.vue
View file @
2e4ea1e4
...
...
@@ -168,15 +168,13 @@ export default {
signUp
(){
let
tokenStr
=
sessionStorage
.
getItem
(
"token"
)
if
(
!
tokenStr
){
let
bb
=
1
sessionStorage
.
setItem
(
"sign"
,
bb
)
sessionStorage
.
setItem
(
"sign"
,
1
)
this
.
$router
.
push
(
"/login/user"
)
}
else
{
let
aa
=
sessionStorage
.
getItem
(
"isSupplier"
)
if
(
aa
===
"1"
){
let
issupplier
=
sessionStorage
.
getItem
(
"isSupplier"
)
if
(
issupplier
===
"1"
){
this
.
isshow
=
!
this
.
isshow
}
else
{
//
this
.
$router
.
push
(
`/supply/web_sell/Online_registration/Sign_up?id=
${
this
.
proId
}
`
)
}
}
...
...
pages/index/notice/bid.vue
View file @
2e4ea1e4
...
...
@@ -32,7 +32,7 @@
<div
class=
"time"
>
{{
getTimer
(
item
.
createTime
)
}}
</div>
<div
class=
"price-item"
>
<div
class=
"t1"
style=
"font-weight: bold;"
>
<span
class=
"state-red"
>
{{
noticeB
}}
</span>
<span
class=
"state-red"
>
[招标公告]
</span>
<span>
{{
item
.
title
}}
</span>
</div>
<div
class=
"flex-between"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment