|
|
@@ -75,7 +75,20 @@
|
|
|
</template>
|
|
|
</div>
|
|
|
<div class="info" style="position: relative">
|
|
|
- 联系人:{{ item.contactName }}
|
|
|
+ <!-- designerStore 是否为设计师招募门店,true-是,false-否 -->
|
|
|
+ <template v-if="!item.designerStore"> 联系人:{{ item.contactName }}</template>
|
|
|
+ </div>
|
|
|
+ <div class="info" style="position: relative">
|
|
|
+ 类型:{{ item.storeCategory }}
|
|
|
+ <el-popover popper-class="zpover zpover6" placement="bottom-start" trigger="click">
|
|
|
+ <div>
|
|
|
+ <p>
|
|
|
+ 本店经营品项指导:
|
|
|
+ <a @click="linkimg(item)" style="text-decoration: underline">点击查看</a>
|
|
|
+ </p>
|
|
|
+ </div>
|
|
|
+ <van-icon name="question-o" size="18" slot="reference" />
|
|
|
+ </el-popover>
|
|
|
<div style="position: absolute; bottom: 0px; right: 0px">
|
|
|
<!-- 金牌店ABC -->
|
|
|
<!-- <el-popover
|
|
|
@@ -276,18 +289,6 @@
|
|
|
</el-popover>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="info">
|
|
|
- 类型:{{ item.storeCategory }}
|
|
|
- <el-popover popper-class="zpover zpover6" placement="bottom-start" trigger="click">
|
|
|
- <div>
|
|
|
- <p>
|
|
|
- 本店经营品项指导:
|
|
|
- <a @click="linkimg(item)" style="text-decoration: underline">点击查看</a>
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <van-icon name="question-o" size="18" slot="reference" />
|
|
|
- </el-popover>
|
|
|
- </div>
|
|
|
<div class="info" v-if="item.telephone" @click="buryingPointFn(item)">
|
|
|
联系电话:<a
|
|
|
style="color: #0057ba; font-weight: bold; text-decoration: underline"
|