style:新增懒加载机制
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
:src="order.pictureUrl || order.productImage || '/static/default-product.png'"
|
||||
mode="aspectFill"
|
||||
class="product-image"
|
||||
lazy-load="true"
|
||||
></image>
|
||||
<view class="product-info">
|
||||
<view class="product-name">{{ order.productName || order.deviceName || '风电者2026新款' }}</view>
|
||||
|
||||
Reference in New Issue
Block a user