no message
This commit is contained in:
@@ -158,6 +158,18 @@
|
||||
<!-- <up-image src="/static/common/right.png" width="20" height="20" bgColor="#f1f6ff00"></up-image> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="tui-view">
|
||||
<text class="text-32 text-zu">退货提示</text>
|
||||
<text class="text-28 text-fu1" >拆封后影响品质”或“影响二次销售的”不予退货。</text>
|
||||
<view class="tui-list">
|
||||
<view class="tui-box" :key="index" v-for="(item,index) in tuiList">
|
||||
<image :src="`/static/new/tui_${index}.png`"></image>
|
||||
<text class="text-24 text-zu1">{{item}}</text>
|
||||
</view>
|
||||
<!-- tuiList -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 商品详情 -->
|
||||
<view class="content_details">
|
||||
@@ -489,6 +501,7 @@ export default {
|
||||
shareShow:false,
|
||||
addressShow: false, // 收件地址选择
|
||||
shareOpen:false,
|
||||
tuiList:['破损','污渍','划痕','标签','其他'],
|
||||
swiperList: [],
|
||||
currentNum: 0,
|
||||
specificationShow: false,
|
||||
@@ -1183,8 +1196,9 @@ export default {
|
||||
}
|
||||
|
||||
.product_info_warp {
|
||||
height: calc(100vh - 196rpx);
|
||||
height: 100vh;
|
||||
background-color: $app-bj;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.product_info_header_warp {
|
||||
@@ -1275,7 +1289,42 @@ export default {
|
||||
color: #999999;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
|
||||
.tui-view{
|
||||
width:100%;
|
||||
height:286rpx;
|
||||
min-height:286rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 24rpx;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 32rpx;
|
||||
box-sizing: border-box;
|
||||
margin-top:24rpx;
|
||||
.tui-list{
|
||||
width:100%;
|
||||
height:104rpx;
|
||||
min-height:104rpx;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
margin-top:24rpx;
|
||||
.tui-box{
|
||||
width:64rpx;
|
||||
min-height:100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
image{
|
||||
width:64rpx;
|
||||
height:64rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.content_concrete {
|
||||
padding: 20rpx;
|
||||
background: #ffffff;
|
||||
|
||||
Reference in New Issue
Block a user