Commit 2e4ea1e4 authored by 吴冠's avatar 吴冠

...

parent 97d8754a
......@@ -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}`)
}
}
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment