fix:联系电话修改
parent
0e96989aaa
commit
086af70f22
|
|
@ -54,11 +54,6 @@
|
|||
</a>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="email"
|
||||
label="邮箱地址"
|
||||
align="center"
|
||||
/>
|
||||
</el-table>
|
||||
|
||||
<!-- 移动端显示 -->
|
||||
|
|
@ -78,10 +73,6 @@
|
|||
<a :href="'tel:' + item.phoneNumber" class="phone-link">{{ item.phone }}</a>
|
||||
</span>
|
||||
</div>
|
||||
<div class="mobile-cell">
|
||||
<span class="mobile-label">邮箱地址:</span>
|
||||
<span class="mobile-value">{{ item.email }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
@ -101,9 +92,8 @@ export default {
|
|||
{
|
||||
manufacturerName: '紫光汇智信息技术有限公司',
|
||||
product: 'UNISSENSE云终端',
|
||||
phone: '19357191658(5*8小时)',
|
||||
phoneNumber: '19357191658',
|
||||
email: 'jiachenming@unisinsight.com'
|
||||
phone: '400-688-6363转2(5*8小时)',
|
||||
phoneNumber: '400-688-6363转2'
|
||||
}
|
||||
]
|
||||
};
|
||||
|
|
|
|||
|
|
@ -187,15 +187,13 @@
|
|||
<th>制造商名称</th>
|
||||
<th>产品</th>
|
||||
<th>售后电话</th>
|
||||
<th>邮箱地址</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td data-th="制造商名称">紫光汇智信息技术有限公司</td>
|
||||
<td data-th="产品">UNISSENSE云终端</td>
|
||||
<td data-th="售后电话"><a th:href="'tel:19357191658'">19357191658</a>(5*8小时)</td>
|
||||
<td data-th="邮箱地址">jiachenming@unisinsight.com</td>
|
||||
<td data-th="售后电话"><a th:href="'tel:400-688-6363转2'">400-688-6363转2</a>(5*8小时)</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue