From 0acbf8ba7a6214c85154319acf220d9464af2779 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期日, 04 八月 2024 16:13:43 +0800 Subject: [PATCH] update 商品详情分享的id --- pages/order/order-delivery.vue | 18 +++++++++++++++++- 1 files changed, 17 insertions(+), 1 deletions(-) diff --git a/pages/order/order-delivery.vue b/pages/order/order-delivery.vue index af63691..d94e390 100644 --- a/pages/order/order-delivery.vue +++ b/pages/order/order-delivery.vue @@ -35,7 +35,9 @@ </image> <view class="flex1"> <view class=" flex"> - <view class="title">{{item.flowerName }} + <view class="title"><span + class="level">{{ item.flowerCategory || ''}}</span><span + class="level">{{ item.flowerLevelStr || ''}}</span>{{item.flowerName }} </view> </view> <view class="each-list"> @@ -240,6 +242,13 @@ font-size: 28rpx; color: #000000; line-height: 40rpx; + .level { + font-weight: 400; + font-size: 28rpx; + color: #20613D; + line-height: 40rpx; + margin-right: 20rpx; + } } .status { @@ -269,6 +278,13 @@ font-size: 28rpx; color: #000000; line-height: 40rpx; + .level { + font-weight: 400; + font-size: 28rpx; + color: #20613D; + line-height: 40rpx; + margin-right: 20rpx; + } } .desc {} -- Gitblit v1.9.3