|
|
@ -859,14 +859,14 @@ |
|
|
<van-icon name="arrow" class="fn-18" /> |
|
|
<van-icon name="arrow" class="fn-18" /> |
|
|
</v-link> |
|
|
</v-link> |
|
|
|
|
|
|
|
|
<v-link :to="isLogin?'/pages/assets/userfeedback':'/pages/login/index'" tag="div" |
|
|
<!-- <v-link :to="isLogin?'/pages/assets/userfeedback':'/pages/login/index'" tag="div" |
|
|
class="per-bot p-y-md p-x-sm d-flex align-center justify-between"> |
|
|
class="per-bot p-y-md p-x-sm d-flex align-center justify-between"> |
|
|
<view class="d-flex align-center"> |
|
|
<view class="d-flex align-center"> |
|
|
<img src="@/static/img/information.png" alt="" class="h-20 m-r-xs" /> |
|
|
<img src="@/static/img/information.png" alt="" class="h-20 m-r-xs" /> |
|
|
<span class="color-light">{{ $t("base.h3") }}</span> |
|
|
<span class="color-light">{{ $t("base.h3") }}</span> |
|
|
</view> |
|
|
</view> |
|
|
<van-icon name="arrow" class="fn-18" /> |
|
|
<van-icon name="arrow" class="fn-18" /> |
|
|
</v-link> |
|
|
</v-link> --> |
|
|
|
|
|
|
|
|
<v-link to="/pages/accountSettings/accountSettings" tag="div" |
|
|
<v-link to="/pages/accountSettings/accountSettings" tag="div" |
|
|
class="per-bot p-y-md p-x-sm d-flex align-center justify-between"> |
|
|
class="per-bot p-y-md p-x-sm d-flex align-center justify-between"> |
|
|
@ -1038,9 +1038,9 @@ |
|
|
watch: { |
|
|
watch: { |
|
|
isShow(n) { |
|
|
isShow(n) { |
|
|
if(n&&this.isLogin){ |
|
|
if(n&&this.isLogin){ |
|
|
this.chatcount = setInterval(()=>{ |
|
|
// this.chatcount = setInterval(()=>{ |
|
|
this.chat() |
|
|
// this.chat() |
|
|
},2000) |
|
|
// },2000) |
|
|
} else if(!n){ |
|
|
} else if(!n){ |
|
|
clearInterval(this.chatcount); |
|
|
clearInterval(this.chatcount); |
|
|
} |
|
|
} |
|
|
@ -1419,9 +1419,9 @@ |
|
|
this.getCollegeLinks(); |
|
|
this.getCollegeLinks(); |
|
|
|
|
|
|
|
|
if (this.isLogin) { |
|
|
if (this.isLogin) { |
|
|
this.chatcount = setInterval(()=>{ |
|
|
// this.chatcount = setInterval(()=>{ |
|
|
this.chat() |
|
|
// this.chat() |
|
|
},5000) |
|
|
// },5000) |
|
|
this.createWalletAddress(); |
|
|
this.createWalletAddress(); |
|
|
this.getAuthInfo() |
|
|
this.getAuthInfo() |
|
|
} |
|
|
} |
|
|
|