Commit 2dc42964 by 刘泽奇

123

parent 86662d43
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<a href="https://login.jdcloud.com/?returnUrl=http%3A%2F%2Ftm.plus.jdcloud.com%2F%23%2Fjd%2Fjdindentlist" <a href="https://login.jdcloud.com/?returnUrl=http%3A%2F%2Ftm.plus.jdcloud.com%2F%23%2Fjd%2Fjdindentlist"
class="jdindentlist-header-login">登录</a> class="jdindentlist-header-login">登录</a>
<a href="https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com" style="display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px; <a href="https://user.jdcloud.com/register?source=jdcloud&ReturnUrl=https%3A%2F%2Fwww.jdcloud.com" style="display:inline-block;color: #fff;padding: 0 15px;background:linear-gradient(80deg,#3171ff 0,#a14faf 100%);border-radius:13px;height: 26px;
line-height: 26px;">免费注册</a> line-height: 26px;">免费注册</a>
</div> </div>
</div> </div>
<div class="companydetail-warpper"> <div class="companydetail-warpper">
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="icorder-breadcrumb"> <div class="icorder-breadcrumb">
<el-breadcrumb separator-class="el-icon-arrow-right"> <el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="path">公司注册</el-breadcrumb-item> <el-breadcrumb-item :to="path">公司注册</el-breadcrumb-item>
<el-breadcrumb-item>公司名查询</el-breadcrumb-item> <el-breadcrumb-item>公司名查询</el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
</div> </div>
<div class="icorder-header"> <div class="icorder-header">
...@@ -46,10 +46,10 @@ ...@@ -46,10 +46,10 @@
</div> </div>
</div> </div>
<div class="icorder-main-con1"> <div class="icorder-main-con1">
<div class="con1-title">发现相同或相似名称企业 共有 <span>0</span> 个结果</div> <div class="con1-title">发现相同或相似名称企业 共有 <span>{{count}}</span> 个结果</div>
<div class="icorder-main-con1-anv"> <div class="icorder-main-con1-anv">
<div style="width:399px;float:left;">企业名</div> <div style="width:50%;float:left;">企业名</div>
<div style="width:240px;float:right;">相似度</div> <div style="width:50%;float:right;">相似度</div>
</div> </div>
<div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList" <div style="width:100%;display:flex;padding: 14px 0px;" v-for="item in company.similarCityList"
v-if="company.similarCityList && company.similarCityList.length != 0"> v-if="company.similarCityList && company.similarCityList.length != 0">
......
...@@ -90,6 +90,7 @@ ...@@ -90,6 +90,7 @@
/** 判断返回数据是否有key值*/ /** 判断返回数据是否有key值*/
nuans: null, nuans: null,
showBtm: false, showBtm: false,
count:0,
} }
}, },
mounted: function() { mounted: function() {
...@@ -144,6 +145,7 @@ ...@@ -144,6 +145,7 @@
this_.nuans = Object.keys(d.data).length; this_.nuans = Object.keys(d.data).length;
if (this_.nuans > 0) { if (this_.nuans > 0) {
d.data.similarCityList.length == 0 ? this_.showBtm = true : this_.showBtm = false; d.data.similarCityList.length == 0 ? this_.showBtm = true : this_.showBtm = false;
this_.count = d.data.similarCityList.length;
} }
} }
......
...@@ -114,6 +114,7 @@ ...@@ -114,6 +114,7 @@
.jdindentlist-inquire>div:nth-child(2) { .jdindentlist-inquire>div:nth-child(2) {
flex: 1; flex: 1;
padding-top: 66px; padding-top: 66px;
min-width: 3%;
} }
.jdindentlist-inquire>div:nth-child(2)>button { .jdindentlist-inquire>div:nth-child(2)>button {
...@@ -307,6 +308,7 @@ ...@@ -307,6 +308,7 @@
.jdindentlist-icbc-warpper .jdindentlist-inquire .jdicbc-find { .jdindentlist-icbc-warpper .jdindentlist-inquire .jdicbc-find {
padding-top: 4px; padding-top: 4px;
min-width: 3%;
} }
......
...@@ -473,10 +473,7 @@ ...@@ -473,10 +473,7 @@
value: '', value: '',
label: '全部' label: '全部'
}, },
{
value: '1',
label: '待付款'
},
{ {
value: '2', value: '2',
label: '已付款' label: '已付款'
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
<div class="jdtrademark"> <div class="jdtrademark">
<div class="jdicbc-banner" :style="channelBanner"> <div class="jdicbc-banner" :style="channelBanner">
<div> <div>
<div style="left:43px;" @click="goIndentList">我的订单</div> <div style="" @click="goIndentList">我的订单</div>
</div> </div>
</div> </div>
<div class="jdtrademark-warpper"> <div class="jdtrademark-warpper">
......
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