Authored by hongyong.zhao

bug fix

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