This commit is contained in:
Gao xiaosong
2020-10-30 01:43:42 +08:00
14 changed files with 196 additions and 190 deletions

View File

@ -195,7 +195,6 @@ export default {
background-color: #fff;
z-index: 1502;
position: relative;
height: 800rpx;
padding-bottom: 0;
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
@ -203,7 +202,7 @@ export default {
height: 100%;
}
.swiper {
height: 100%;
height: 800rpx;
}
}
.cityselect-header {

View File

@ -16,7 +16,7 @@
v-if="cart.productInfo.attrInfo"
>{{ cart.productInfo.attrInfo.sku }}</view>
<view class="money font-color-red">{{ cart.truePrice }}</view>
<view class="evaluate" v-if="evaluate == 3" @click="routerGo(cart)">评价</view>
<view class="evaluate" v-if="evaluate == 3 && cart.isReply==0" @click="routerGo(cart)">评价</view>
</view>
</view>
</view>