Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
6dc26e61e2
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/pages/message/index.vue

+ 2 - 2
src/pages/message/index.vue

@@ -29,7 +29,7 @@
               </view>
               <!-- 商品图片 -->
               <view class="goods_img">
-                <image style="width: 100%; height: 100%;" mode="aspectFill" :src="imageUrl + item.goods_img"></image>
+                <image style="width: 100%; height: 100%;" mode="aspectFill" :src="imageUrl + item.goodsImg"></image>
               </view>
             </view>
           </view>
@@ -298,4 +298,4 @@
       }
     }
   }
-</style>
+</style>