【fix】优化代码
This commit is contained in:
@ -102,6 +102,7 @@ const toEvaluate = (unique, orderId, isRedirectTo) => {
|
||||
.order-good {
|
||||
background: #fff;
|
||||
border-radius: 15rpx;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
|
||||
.after-sale-box {
|
||||
|
@ -91,7 +91,7 @@ onMounted(() => {
|
||||
v-for="item in residuePersonNum"
|
||||
:key="item"
|
||||
@click="goGroupByDetail({teamworkId:orderInfoData.teamworkId})">
|
||||
<u-icon name="plus" />
|
||||
<uv-icon name="plus" />
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
Reference in New Issue
Block a user