|
|
@@ -32,7 +32,7 @@
|
|
|
<div class="text pull-left clearfix" v-if="storeState === 'look'">
|
|
|
{{Islook ? dealWithText(storeInfo.description) : dealWithText()}}
|
|
|
<a class="pull-right" @click="dealWithText2('open')" v-show="Islook">
|
|
|
- 全部<img src="/images/store/default/openblack.png"/>
|
|
|
+ 全部<img src="/images/store/default/openblack.png"/>
|
|
|
</a>
|
|
|
<a class="pull-right upload" @click="dealWithText2('hide')" v-show="!hidelook">
|
|
|
收起<img src="/images/store/default/openblack.png"/>
|
|
|
@@ -83,7 +83,7 @@
|
|
|
<li class="clearfix" :class="{border: storeState !== 'look'}">
|
|
|
<div class="name pull-left" :class="{update: storeState !== 'look'}">微信:</div>
|
|
|
<div class="text pull-left" v-if="storeState === 'look'">
|
|
|
- {{storeInfo.enterprise.enWeixin || '暂无信息'}}
|
|
|
+ {{storeInfo.enterprise.enWeixin || '-'}}
|
|
|
</div>
|
|
|
<div v-else class="text pull-left">
|
|
|
<input v-model="storeInfo.enterprise.enWeixin" type="text"/>
|
|
|
@@ -140,13 +140,13 @@
|
|
|
</div>
|
|
|
</li>
|
|
|
|
|
|
- <li class="clearfix" :class="{border: storeState !== 'look'}">
|
|
|
+ <li class="clearfix" :class="{border: storeState !== 'look'}" >
|
|
|
<div class="name pull-left" :class="{update: storeState !== 'look'}">注册地址:</div>
|
|
|
<div class="text pull-left" v-if="storeState === 'look'">
|
|
|
{{enterpriseInfo.enAddress || '-'}}
|
|
|
</div>
|
|
|
<div v-else class="text pull-left">
|
|
|
- <input v-model="enterpriseInfo.enAddress" type="text"/>
|
|
|
+ <input v-model="enterpriseInfo.enAddress" type="text" :disabled="enterpriseInfo.enValidCode === 2"/>
|
|
|
</div>
|
|
|
</li>
|
|
|
|
|
|
@@ -166,7 +166,9 @@
|
|
|
{{enterpriseInfo.enIndustry || '-'}}
|
|
|
</div>
|
|
|
<div v-else class="text pull-left clearfix" @click="isShowTypeAlert = true">
|
|
|
- <input v-model="enterpriseInfo.enIndustry" type="text" style="width: 4.5rem" readonly/>
|
|
|
+ <div class="text pull-left update" style="width: 4.5rem">
|
|
|
+ {{enterpriseInfo.enIndustry || '-'}}
|
|
|
+ </div>
|
|
|
<div class="moreIcon pull-right">
|
|
|
<img src="/images/store/default/moreicon.png" />
|
|
|
</div>
|
|
|
@@ -200,7 +202,7 @@
|
|
|
</ul>
|
|
|
<template v-if="storeState === 'look'">
|
|
|
<div class="topinfo clearfix" style="color: #999;background: #fafafa" :class="{noborder: enterpriseInfo.enName}">
|
|
|
- 个人信息
|
|
|
+ 个人信息
|
|
|
</div>
|
|
|
<ul class="infoul infoul2" style="color: #999;background: #fafafa">
|
|
|
<li class="clearfix">
|
|
|
@@ -382,8 +384,8 @@
|
|
|
if (key === 0) {
|
|
|
this.TypeListShow = {
|
|
|
firstListShow: true,
|
|
|
- secondsListShow: false,
|
|
|
- threetListShow: false
|
|
|
+ secondsListShow: false,
|
|
|
+ threetListShow: false
|
|
|
}
|
|
|
this.titleActive = 0
|
|
|
} else if (key === 1) {
|