|
@@ -77,6 +77,10 @@
|
|
|
<CtDialog :visible="showContactList" title="添加联系人" :footer="true" :widthType="isMobile ? 5 : 3" @close="showContactList = false" @submit="contactSubmit">
|
|
|
<div style="min-height: 50vh;">
|
|
|
<div>
|
|
|
+ <div class="color-warning mb-3">
|
|
|
+ <v-icon>mdi-information</v-icon>
|
|
|
+ 填写联系人1后可获得500积分,可前往【门墩儿商城】兑换礼品【减压捏捏乐】,企业注册审核通过后积分将自动发放到您的账户中。
|
|
|
+ </div>
|
|
|
<div v-for="(item, index) in contactCopy" :key="index" class="contactItemCard">
|
|
|
<div class="d-flex justify-space-between pb-2">
|
|
|
<div class="mb-3 pl-3" style="font-size: 13px; color: 00897B; border-left: 5px solid #00897B;">{{ index ? '联系人' + index : '管理员' }}</div>
|