tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

@@ -120,6 +120,54 @@
right: 0;
}
}
.other-info {
width: 100%;
box-sizing: border-box;
display: flex;
flex-wrap: wrap;
margin-top: $margin-updown;
}
.other-info-box {
width: 145rpx;
height: 145rpx;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-right: 30rpx;
margin-bottom: 30rpx;
position: relative;
image {
width: 100%;
border-radius: $border-radius;
}
.iconfont {
font-size: 60rpx;
color: #898989;
line-height: 1;
}
text {
line-height: 1;
}
.imgDel {
width: 40rpx;
height: 40rpx;
position: absolute;
right: -20rpx;
top: -20rpx;
display: flex;
justify-content: center;
align-items: center;
.iconfont {
font-size: $font-size-toolbar;
}
}
}
.other-info-box.active {
border: 1rpx dashed #898989;
}
}
.textarea-box{
position: relative;
@@ -139,7 +187,9 @@
box-sizing: border-box;
margin-top: 10rpx;
}
.sub-btn-empty{
height: 120rpx;
}
.sub-btn {
position: fixed;
width: 100%;

View File

@@ -140,7 +140,7 @@
.info {
margin-top: 20rpx;
.cell {
height: 50rpx;
line-height: 50rpx;
@@ -148,6 +148,32 @@
font-size: $font-size-tag;
color: $color-tip;
}
&.refund-images{
margin-top: 0;
.cell{
height: auto;
display: flex;
align-items: flex-start;
.cell-title{
font-size: $font-size-tag;
color: $color-tip;
}
.images{
flex: 1;
display: flex;
align-items: center;
flex-wrap: wrap;
image{
width: 130rpx;
height: 130rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
}
}
}
}
}
}

View File

@@ -3,7 +3,7 @@ export default {
return {
orderId: null,
orderNo: "",
isAnonymous: 1, //是否匿名发布 1.匿名0.公开
isAnonymous: 0, //是否匿名发布 1.匿名0.公开
goodsList: [], //订单列表
goodsEvalList: [], //评价列表