|
@@ -37,7 +37,7 @@
|
|
|
<view v-if="shop.shopPromotion" class="floor-item-act">
|
|
|
<view class="floor-tags">{{shop.shopPromotion.name}}</view>
|
|
|
</view>
|
|
|
- <view class="title-text" v-if="order.secondHandOrderFlag==1">{{shop.shopName}}</view>
|
|
|
+ <view class="title-text" v-if="order.secondHandOrderFlag==1">{{shop.shopName}}<label class="paymenttext" v-if="order.affirmPaymentFlag==1">已确认打款供应商</label></view>
|
|
|
<view class="title-text tui-skeleton-fillet" v-else @click="goShophome(shop.shopID)">{{shop.shopName}}<label class="iconfont icon-jinrudianpu"></label></view>
|
|
|
</view>
|
|
|
<view class="goods-item" v-for="(pros,prosIndex) in shop.orderProductList" :key="prosIndex" @click.stop="detail(order.orderID)">
|
|
@@ -767,6 +767,11 @@
|
|
|
font-size: 28rpx;
|
|
|
margin-left: 10rpx;
|
|
|
}
|
|
|
+ .paymenttext{
|
|
|
+ color: #f9a94b;
|
|
|
+ font-size: $font-size-22;
|
|
|
+ margin-left: 20rpx;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
.goods-item{
|