Selaa lähdekoodia

Merge branch 'master' of http://git.ycjcjy.com/ershoufang/mp-agent into master

zlisen 4 vuotta sitten
vanhempi
commit
6368b233d0
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1
    2
      src/view/secondhand/components/secondhandcard/index.vue

+ 1
- 2
src/view/secondhand/components/secondhandcard/index.vue Näytä tiedosto

@@ -5,7 +5,7 @@
5 5
         <van-image
6 6
           width="120"
7 7
           height="96"
8
-          src="https://img.yzcdn.cn/vant/cat.jpeg"
8
+          :src="data.imgUrl || 'https://img.yzcdn.cn/vant/empty-image-default.png'"
9 9
         />
10 10
       </div>
11 11
       <div class="card-right">
@@ -176,7 +176,6 @@ export default {
176 176
       default: () => {},
177 177
     },
178 178
   },
179
-  mounted() {},
180 179
 
181 180
   setup(props) {
182 181
     // const {datas={}} =