diff --git a/pages/other_package/productInfo/productInfo.vue b/pages/other_package/productInfo/productInfo.vue
index 821f4c3..b102da2 100644
--- a/pages/other_package/productInfo/productInfo.vue
+++ b/pages/other_package/productInfo/productInfo.vue
@@ -158,6 +158,18 @@
+
+
+ 退货提示
+ 拆封后影响品质”或“影响二次销售的”不予退货。
+
+
+
+ {{item}}
+
+
+
+
@@ -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;
diff --git a/static/new/tui_0.png b/static/new/tui_0.png
new file mode 100644
index 0000000..45f8e9e
Binary files /dev/null and b/static/new/tui_0.png differ
diff --git a/static/new/tui_1.png b/static/new/tui_1.png
new file mode 100644
index 0000000..aba1713
Binary files /dev/null and b/static/new/tui_1.png differ
diff --git a/static/new/tui_2.png b/static/new/tui_2.png
new file mode 100644
index 0000000..58db36b
Binary files /dev/null and b/static/new/tui_2.png differ
diff --git a/static/new/tui_3.png b/static/new/tui_3.png
new file mode 100644
index 0000000..b606952
Binary files /dev/null and b/static/new/tui_3.png differ
diff --git a/static/new/tui_4.png b/static/new/tui_4.png
new file mode 100644
index 0000000..ceb546e
Binary files /dev/null and b/static/new/tui_4.png differ