Commit 8c72cfd6 authored by anxixi's avatar anxixi

修改项目详情数据展示问题

parent 36c2f814
...@@ -10,11 +10,12 @@ ...@@ -10,11 +10,12 @@
<div class="divtext"> <div class="divtext">
<span class="iconfont icon-wechat"></span> <span class="iconfont icon-wechat"></span>
<p><span style="font-weight: bold">{{$t('bottomNav.kfWechat')}}</span>techbookservice</p> <p><span style="font-weight: bold">{{$t('bottomNav.kfWechat')}}</span>techbookservice</p>
<p><span style="font-weight: bold">{{$t('projectdynamics.contactnumber')}}</span>0316-6175185</p>
</div> </div>
<div class="divtext"> <div class="divtext">
<span class="iconfont icon-dingwei"></span> <span class="iconfont icon-dingwei"></span>
<p><span style="font-weight: bold">{{$t('Otherjson.bjAddress')}}</span>{{$t('Otherjson.addresstext')}}</p>
<p><span style="font-weight: bold">{{$t('Otherjson.hbAddress')}}</span>{{$t('Otherjson.hbAddressText')}}</p> <p><span style="font-weight: bold">{{$t('Otherjson.hbAddress')}}</span>{{$t('Otherjson.hbAddressText')}}</p>
<p><span style="font-weight: bold">{{$t('Otherjson.bjAddress')}}</span>{{$t('Otherjson.addresstext')}}</p>
</div> </div>
</div> </div>
<div> <div>
......
...@@ -763,6 +763,12 @@ ...@@ -763,6 +763,12 @@
if(response.code == 0) { if(response.code == 0) {
window.addEventListener('scroll', this.menu); window.addEventListener('scroll', this.menu);
this.addData = response.result; this.addData = response.result;
if(response.result.projectOtherNumberDTO){
this.addData.projectOtherNumberDTO = response.result.projectOtherNumberDTO;
}else{
this.addData.projectOtherNumberDTO = {};
}
this.stateauth = response.msg; this.stateauth = response.msg;
this.authenticationState = response.result.authenticationState; this.authenticationState = response.result.authenticationState;
this.authContent = response.result.authContent; this.authContent = response.result.authContent;
......
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