客户端产品匹配

This commit is contained in:
cxc
2022-10-27 13:39:36 +08:00
parent 88e3b00298
commit 652ce4c9d3
36 changed files with 2438 additions and 396 deletions

View File

@ -164,7 +164,8 @@ function handleUploadError(err) {
// 上传成功回调
function handleUploadSuccess(res, file) {
uploadList.value.push({ name: res.fileName, url: res.fileName });
// uploadList.value.push({ name: res.fileName, url: res.fileName });
uploadList.value.push({ name: res.fileName, url: res.url });
if (uploadList.value.length === number.value) {
fileList.value = fileList.value
.filter((f) => f.url !== undefined)

View File

@ -11,10 +11,10 @@
<el-col :span="8">
<div class="tit">联系我们</div>
<p>
<a href="">客服电话{{ state.mobile }}</a>
<a :href="`tel:${state.mobile}`">客服电话{{ state.mobile }}</a>
</p>
<p>
<a href="">邮箱{{ state.email }}</a>
<a :href="`mailto:${state.email}`">邮箱{{ state.email }}</a>
</p>
<p>
<a href="">地址{{ state.address }}</a>