确认订单头部修改,商品详情高度修改
This commit is contained in:
parent
ef7ef4baaa
commit
bb805f6f93
|
|
@ -92,8 +92,7 @@
|
|||
"path": "pages/order/confirm_order",
|
||||
"style": {
|
||||
"navigationBarTitleText": "确认订单",
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTextStyle": "white"
|
||||
"navigationBarBackgroundColor": "#E8AD7B"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
<template>
|
||||
<view>
|
||||
<!-- 占位符导航栏 -->
|
||||
<navseat class="navbar" :opacity='opacitys' :backColor="'#E8AD7B'" :title='toplist.name' :titleshow='true'></navseat>
|
||||
<!-- <navseat class="navbar" :opacity='opacitys' :backColor="'#E8AD7B'" :title='toplist.name' :titleshow='true'></navseat> -->
|
||||
<!-- #ifdef MP-WEIXIN -->
|
||||
<view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;position: fixed;top: 0;width: 100%;z-index: 9'}"></view>
|
||||
<view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;'}"></view>
|
||||
<!-- <view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;position: fixed;top: 0;width: 100%;z-index: 9'}"></view> -->
|
||||
<!-- <view :style="{'height':HeighT.customBar+HeighT.heightBar+'px;background-color: #E8AD7B;'}"></view> -->
|
||||
<!-- #endif -->
|
||||
<!-- 头部内容 -->
|
||||
<view class="head">
|
||||
|
|
|
|||
|
|
@ -45,9 +45,9 @@
|
|||
<view class="panelfiveitemthere flex-start">
|
||||
<text>招牌</text>
|
||||
</view>
|
||||
<view class="panelfiveitemfour">
|
||||
<!-- <view class="panelfiveitemfour">
|
||||
{{item.shortTitle?item.shortTitle:''}}
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="panelfiveitemfive">
|
||||
月售{{item.stockNumber}}
|
||||
</view>
|
||||
|
|
@ -253,7 +253,7 @@
|
|||
<!-- 规格 -->
|
||||
<u-popup :show="showShopsku" :round="20" mode="bottom" @close="showShopsku = false"
|
||||
:safeAreaInsetBottom='false'>
|
||||
<view class="shop_sku" :style="{ 'max-height':scrollHeight + 'px' }">
|
||||
<view class="shop_sku" :style="{ 'max-height': (scrollHeight-100)+'px' }">
|
||||
<view class="positionabsolute">
|
||||
<u-icon name="close-circle" @click="showShopsku = false" color="#000" size="50"></u-icon>
|
||||
</view>
|
||||
|
|
@ -647,6 +647,8 @@
|
|||
this.cartLists.data.forEach((v, e) => {
|
||||
this.cartLists_count += v.number;
|
||||
})
|
||||
} else {
|
||||
this.cartLists_count = 0;
|
||||
}
|
||||
},
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue