店铺名称显示

parent e45ac04f
......@@ -41,7 +41,9 @@
{{ iconList[item.orderType].text }}
</text>
<!-- <image src="@/static/order/shop.png" /> -->
<view class="title">{{ item.shopName }}</view>
<view class="title">
{{ item.shopName }}
</view>
</view>
<view class="right">
<span class="status">{{ stateList[item.orderType][item.status].label }}</span>
......@@ -798,6 +800,10 @@ page {
color: #333;
font-size: 32rpx;
font-family: PingFang SC;
width: 420rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
......
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