diff --git a/pages/order/apply_refund.vue b/pages/order/apply_refund.vue index c869fc7..09e09f3 100644 --- a/pages/order/apply_refund.vue +++ b/pages/order/apply_refund.vue @@ -40,7 +40,11 @@ 退款说明 - + + + + {{ applyInfo.length }}/300 + @@ -58,10 +62,7 @@ - - - - + 确认申请 @@ -77,6 +78,7 @@ return { hostImg: '', img_list: [], // 反馈问题图片 + applyInfo: '', // 退款说明 } }, methods: { @@ -241,4 +243,19 @@ -webkit-line-clamp: 2; -webkit-box-orient: vertical; } + .area-self { + width: 100%; + padding: 30rpx; + padding-bottom: 36rpx; + color: #999999; + border: 1px solid #D0D0D0; + border-radius: 10rpx; + } + .font-change{ + position: absolute; + right: 10rpx; + bottom: 10rpx; + width: max-content; + color: #777777; + }