no message

This commit is contained in:
2025-11-24 20:28:54 +08:00
committed by charles
parent f5a82837ed
commit 608d0f428e
8 changed files with 52 additions and 149 deletions
File diff suppressed because one or more lines are too long
+1 -2
View File
@@ -479,7 +479,6 @@ export default {
jumpWelcome() {
uni.navigateTo({
url: '/pages/login_package/welcome/welcome',
// url:'/pages/customized_zone/customized_zone',
})
},
jumpSearch() {
@@ -533,7 +532,7 @@ export default {
},
computed: {
isBlockedDate() {
return !useTabber(10);
return !useTabber(13);
}
}
@@ -159,6 +159,18 @@
</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_title">商品详情</view>
@@ -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 {
@@ -1276,6 +1290,41 @@ export default {
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;
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