This commit is contained in:
Vinjor 2024-09-25 23:16:03 +08:00
parent b91ce01ab9
commit 6785e0a503

View File

@ -21,11 +21,11 @@
</text> </text>
</view> </view>
<view class="orderInfo"> <view class="orderInfo">
<image class="orderInfoIcon" src="" mode="aspectFit"></image> <image class="orderInfoIcon" src="@/static/icons/Frame28.png" mode="aspectFit"></image>
<text class="orderInfoText">{{ item.goodsTitle }}</text> <text class="orderInfoText">{{ item.goodsTitle }}</text>
</view> </view>
<view class="orderInfo"> <view class="orderInfo">
<image class="orderInfoIcon" src="" mode="aspectFit"></image> <image class="orderInfoIcon" src="@/static/icons/Frame27.png" mode="aspectFit"></image>
<text class="orderInfoText">{{ item.tenantName | 蓝安-中鑫之宝 }}</text> <text class="orderInfoText">{{ item.tenantName | 蓝安-中鑫之宝 }}</text>
</view> </view>
<view class="line2"> <view class="line2">
@ -324,7 +324,6 @@ export default {
.orderInfoIcon { .orderInfoIcon {
width: 28rpx; width: 28rpx;
height: 28rpx; height: 28rpx;
background: #ddd;
} }
.orderInfoText { .orderInfoText {