fix:联系电话修改

dev_1.0.2
UNISINSIGHT\rdpnr_jiangpeng 2026-04-10 18:12:07 +08:00
parent 0e96989aaa
commit 086af70f22
2 changed files with 3 additions and 15 deletions

View File

@ -54,11 +54,6 @@
</a> </a>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column
prop="email"
label="邮箱地址"
align="center"
/>
</el-table> </el-table>
<!-- 移动端显示 --> <!-- 移动端显示 -->
@ -78,10 +73,6 @@
<a :href="'tel:' + item.phoneNumber" class="phone-link">{{ item.phone }}</a> <a :href="'tel:' + item.phoneNumber" class="phone-link">{{ item.phone }}</a>
</span> </span>
</div> </div>
<div class="mobile-cell">
<span class="mobile-label">邮箱地址</span>
<span class="mobile-value">{{ item.email }}</span>
</div>
</div> </div>
</div> </div>
</div> </div>
@ -101,9 +92,8 @@ export default {
{ {
manufacturerName: '紫光汇智信息技术有限公司', manufacturerName: '紫光汇智信息技术有限公司',
product: 'UNISSENSE云终端', product: 'UNISSENSE云终端',
phone: '193571916585*8小时', phone: '400-688-6363转25*8小时',
phoneNumber: '19357191658', phoneNumber: '400-688-6363转2'
email: 'jiachenming@unisinsight.com'
} }
] ]
}; };

View File

@ -187,15 +187,13 @@
<th>制造商名称</th> <th>制造商名称</th>
<th>产品</th> <th>产品</th>
<th>售后电话</th> <th>售后电话</th>
<th>邮箱地址</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<td data-th="制造商名称">紫光汇智信息技术有限公司</td> <td data-th="制造商名称">紫光汇智信息技术有限公司</td>
<td data-th="产品">UNISSENSE云终端</td> <td data-th="产品">UNISSENSE云终端</td>
<td data-th="售后电话"><a th:href="'tel:19357191658'">19357191658</a>5*8小时</td> <td data-th="售后电话"><a th:href="'tel:400-688-6363转2'">400-688-6363转2</a>5*8小时</td>
<td data-th="邮箱地址">jiachenming@unisinsight.com</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>