This commit is contained in:
weipengfei 2024-02-20 18:14:23 +08:00
parent 069a5993b2
commit 0604115bda
2 changed files with 11 additions and 7 deletions

View File

@ -18,8 +18,10 @@
</view>
<view class='text'>
<view class='acea-row row-between-wrapper'>
<view class='name line1' style="width: 360rpx;"><text
class="event_name event_bg">预售</text>{{item.cart_info.product.store_name}}
<view class='name line1' style="width: 360rpx;">
<!-- <text
class="event_name event_bg">预售</text> -->
{{item.cart_info.product.store_name}}
</view>
<view class='num'><text
class="p-color">{{item.cart_info.productPresellAttr.presell_price}}</text><br />x

View File

@ -84,8 +84,9 @@
</view>
<view class='text acea-row row-between'>
<view class='name line1'>
<text
class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</text>
<!-- <text
class="event_name event_bg">预售</text> -->
<text>{{goods.cart_info.product.store_name}}</text>
<view class="event_ship event_color">发货时间
<!--全款预售-->
<text
@ -186,8 +187,9 @@
<view class='text acea-row row-between'>
<view class='name '>
<view class='name' :class="item.status === 0 ? 'line1' : 'line2'">
<text
class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</text>
<!-- <text
class="event_name event_bg">预售</text> -->
<text>{{goods.cart_info.product.store_name}}</text>
<view v-if="item.status == 0" class="event_ship event_color">发货时间
<!--全款预售-->
<text
@ -343,7 +345,7 @@
import {
HTTP_REQUEST_URL
} from '@/config/app';
import { Toast } from '../../../libs/uniApi';
import { Toast } from '../../../libs/uniApi';
export default {
components: {
payment,