Commit 2f49180e by 任建

leibiaoxiangqin

parent d8acd6c3
......@@ -129,7 +129,8 @@
<ul>
<li v-for="(tm,index) in tms" @click="">
<div class="brandfind-list-box-logo">
<img :src="tm.logo" alt="">
<img v-if="tm.logo" :src="tm.logo" alt="">
<img v-else src="/imgs/loading.png" alt="">
</div>
<div class="brandfind-list-box-text">
<div class="brandfind-list-box-text-title">
......
......@@ -158,7 +158,7 @@
}).catch(function (e) {
console.log(e);
console.log(e,"lslslslls");
that.$root.loading = false;
that.$message.warning(`操作失败,请刷新页面后重新操作`);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment