no message
This commit is contained in:
File diff suppressed because one or more lines are too long
+1
-2
@@ -479,7 +479,6 @@ export default {
|
|||||||
jumpWelcome() {
|
jumpWelcome() {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '/pages/login_package/welcome/welcome',
|
url: '/pages/login_package/welcome/welcome',
|
||||||
// url:'/pages/customized_zone/customized_zone',
|
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
jumpSearch() {
|
jumpSearch() {
|
||||||
@@ -533,7 +532,7 @@ export default {
|
|||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
isBlockedDate() {
|
isBlockedDate() {
|
||||||
return !useTabber(10);
|
return !useTabber(13);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -158,6 +158,18 @@
|
|||||||
<!-- <up-image src="/static/common/right.png" width="20" height="20" bgColor="#f1f6ff00"></up-image> -->
|
<!-- <up-image src="/static/common/right.png" width="20" height="20" bgColor="#f1f6ff00"></up-image> -->
|
||||||
</view>
|
</view>
|
||||||
</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">
|
<view class="content_details">
|
||||||
@@ -489,6 +501,7 @@ export default {
|
|||||||
shareShow:false,
|
shareShow:false,
|
||||||
addressShow: false, // 收件地址选择
|
addressShow: false, // 收件地址选择
|
||||||
shareOpen:false,
|
shareOpen:false,
|
||||||
|
tuiList:['破损','污渍','划痕','标签','其他'],
|
||||||
swiperList: [],
|
swiperList: [],
|
||||||
currentNum: 0,
|
currentNum: 0,
|
||||||
specificationShow: false,
|
specificationShow: false,
|
||||||
@@ -1183,8 +1196,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.product_info_warp {
|
.product_info_warp {
|
||||||
height: calc(100vh - 196rpx);
|
height: 100vh;
|
||||||
background-color: $app-bj;
|
background-color: $app-bj;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.product_info_header_warp {
|
.product_info_header_warp {
|
||||||
@@ -1275,7 +1289,42 @@ export default {
|
|||||||
color: #999999;
|
color: #999999;
|
||||||
margin-top: 10rpx;
|
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 {
|
.content_concrete {
|
||||||
padding: 20rpx;
|
padding: 20rpx;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 2.9 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
Reference in New Issue
Block a user