Commit 6a7ce954 authored by zhangyanni's avatar zhangyanni

提交跳转

parent 4852e702
......@@ -10,7 +10,7 @@
</div>
</div>
<div class="content_data" ref="overfolowWrapper" @scroll.passive="getScroll($event)">
<div class="topicIntro" @click="handleToRouteUrl" v-if="baseTopicSetting&&baseTopicSetting.descContent!=null">
<div class="topicIntro" @click="handleToRouteUrl" v-if="baseTopicSetting&&baseTopicSetting.descContent!=''&&baseTopicSetting.descContent!=null">
<span class="line-limit-length">
<img src="../../../assets/img/mobile/laba@2x.png" alt="">
话题说明:{{baseTopicSetting.descContent}}
......@@ -563,11 +563,11 @@
if(res.result>0){
this.integral = res.result;
this.getIntegralVisible = true;
if(topicId){
setTimeout(function(){
that.$router.push({path:"/topicDetails",query:{id:topicId}})
},500)
}
}
if(topicId){
setTimeout(function(){
that.$router.push({path:"/topicDetails",query:{id:topicId}})
},500)
}
}else{
this.$toast(res.msg);
......
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