客户端产品匹配
This commit is contained in:
@ -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)
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user