Authored by hongyong.zhao

bug fix

<!--买家求购确认页-->
<template>
<LayoutApp :show-back="true" title="">
<LayoutApp :show-back="true" title="出价求购">
<div class="body" ref="body">
<div class="topContainer">
<div class="topView">
<div class="title">出价求购</div>
</div>
<!--<div class="topView">-->
<!--<div class="title"></div>-->
<!--</div>-->
<!--商品信息-->
<div class="productDetail">
<div class="productImageWrapper">
... ... @@ -440,10 +440,12 @@ export default {
width: calc(100% - 120*2px - 10*2px);
height: 120*2px;
margin-left: 10*2px;
justify-content: center;
display: flex;
flex-direction: column;
}
.size {
margin-top: 37*2px;
font-family: "PingFang SC";
font-size: 12*2px;
color: #999;
... ...
<!--卖家求购变现-->
<template>
<LayoutApp :show-back="true">
<LayoutApp :show-back="true" title="变现">
<div class="body">
<TitleComp txt="变现"></TitleComp>
<!--<TitleComp txt="变现"></TitleComp>-->
<ProductInfo :data="originProductData" class="product-info" :priceType="'现货最高求购价:'"></ProductInfo>
<div class="inputView">
<span class="inputViewIcon">
... ...