更新
This commit is contained in:
parent
069a5993b2
commit
0604115bda
@ -18,8 +18,10 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class='text'>
|
<view class='text'>
|
||||||
<view class='acea-row row-between-wrapper'>
|
<view class='acea-row row-between-wrapper'>
|
||||||
<view class='name line1' style="width: 360rpx;"><text
|
<view class='name line1' style="width: 360rpx;">
|
||||||
class="event_name event_bg">预售</text>{{item.cart_info.product.store_name}}
|
<!-- <text
|
||||||
|
class="event_name event_bg">预售</text> -->
|
||||||
|
{{item.cart_info.product.store_name}}
|
||||||
</view>
|
</view>
|
||||||
<view class='num'><text
|
<view class='num'><text
|
||||||
class="p-color">¥{{item.cart_info.productPresellAttr.presell_price}}</text><br />x
|
class="p-color">¥{{item.cart_info.productPresellAttr.presell_price}}</text><br />x
|
||||||
|
@ -84,8 +84,9 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class='text acea-row row-between'>
|
<view class='text acea-row row-between'>
|
||||||
<view class='name line1'>
|
<view class='name line1'>
|
||||||
<text
|
<!-- <text
|
||||||
class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</text>
|
class="event_name event_bg">预售</text> -->
|
||||||
|
<text>{{goods.cart_info.product.store_name}}</text>
|
||||||
<view class="event_ship event_color">发货时间:
|
<view class="event_ship event_color">发货时间:
|
||||||
<!--全款预售-->
|
<!--全款预售-->
|
||||||
<text
|
<text
|
||||||
@ -186,8 +187,9 @@
|
|||||||
<view class='text acea-row row-between'>
|
<view class='text acea-row row-between'>
|
||||||
<view class='name '>
|
<view class='name '>
|
||||||
<view class='name' :class="item.status === 0 ? 'line1' : 'line2'">
|
<view class='name' :class="item.status === 0 ? 'line1' : 'line2'">
|
||||||
<text
|
<!-- <text
|
||||||
class="event_name event_bg">预售</text><text>{{goods.cart_info.product.store_name}}</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">发货时间:
|
<view v-if="item.status == 0" class="event_ship event_color">发货时间:
|
||||||
<!--全款预售-->
|
<!--全款预售-->
|
||||||
<text
|
<text
|
||||||
@ -343,7 +345,7 @@
|
|||||||
import {
|
import {
|
||||||
HTTP_REQUEST_URL
|
HTTP_REQUEST_URL
|
||||||
} from '@/config/app';
|
} from '@/config/app';
|
||||||
import { Toast } from '../../../libs/uniApi';
|
import { Toast } from '../../../libs/uniApi';
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
payment,
|
payment,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user