Commit 3e4b1b28 by 刘泽奇

123

parent 17d44fe3
......@@ -42,7 +42,8 @@
</div>
<div class="icorder-main-con-right">
<div class="text">建议您立即咨询专家</div>
<div class="con-right-button">立即咨询</div>
<div class="con-right-button" @click="toRegister" v-if="company.level == \'高\'">立即注册</div>
<div class="con-right-button" @click="toService" v-else>立即咨询</div>
</div>
</div>
<div class="icorder-main-con1">
......@@ -58,8 +59,8 @@
<div class="main-con1-name" style="flex:1;font-size: 12px;text-align: center;color: #f15533;">{{item.levels}}
</div>
</div>
<div class="icorder-main-con1-name" v-if="findStatus == 0 && showBtm"> <img
src="/imgs/home/con1name.png" alt=""> 没有相同或相似名称企业</div>
<div class="icorder-main-con1-name" v-if="findStatus == 0 && showBtm"> <img src="/imgs/home/con1name.png" alt="">
没有相同或相似名称企业</div>
</div>
</div>
</div>
\ No newline at end of file
......@@ -90,7 +90,7 @@
/** 判断返回数据是否有key值*/
nuans: null,
showBtm: false,
count:0,
count: 0,
}
},
mounted: function() {
......@@ -140,6 +140,7 @@
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) {
loading.close();
if (d.status == 0) {
console.log(d.data);
this_.company = d.data;
this_.findStatus = d.status;
this_.nuans = Object.keys(d.data).length;
......@@ -151,6 +152,12 @@
})
},
toService(){
location.href = 'https://jdcs.jd.com/agile/MTAxMDMwNDcx';
},
toRegister(){
this.$router.push('/jd/jdindustry');
}
},
vname: "gsb-icorder"
}
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