Style:界面细节调整
This commit is contained in:
@@ -200,9 +200,15 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
goRefund(order) {
|
goRefund(order) {
|
||||||
uni.navigateTo({
|
uni.showToast({
|
||||||
url: `/pkg_orders/views/refund?id=${order.orderId}`
|
title: '订单已收货,如需退款请联系客服',
|
||||||
|
mask: false,
|
||||||
|
icon: 'none',
|
||||||
|
duration: 3000
|
||||||
})
|
})
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url: `/pkg_orders/views/refund?id=${order.orderId}`
|
||||||
|
// })
|
||||||
},
|
},
|
||||||
goLogistics(order) {
|
goLogistics(order) {
|
||||||
this.$yrouter.push({
|
this.$yrouter.push({
|
||||||
|
|||||||
@@ -354,8 +354,8 @@ export default {
|
|||||||
height: 64rpx;
|
height: 64rpx;
|
||||||
}
|
}
|
||||||
.video-item {
|
.video-item {
|
||||||
width: 64rpx;
|
width: 120rpx;
|
||||||
height: 64rpx;
|
height: 120rpx;
|
||||||
}
|
}
|
||||||
.inp-textarea {
|
.inp-textarea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
autofocus
|
autofocus
|
||||||
/>
|
/>
|
||||||
</view>
|
</view>
|
||||||
<button class="withdraw-all-btn" @click="withdrawalAll">全部提现</button>
|
<view class="withdraw-all-btn" @click="withdrawalAll">全部提现</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="vline"></view>
|
<view class="vline"></view>
|
||||||
<view class="acea-row row-between row-middle" style="margin-top: 22rpx;">
|
<view class="acea-row row-between row-middle" style="margin-top: 22rpx;">
|
||||||
@@ -427,11 +427,15 @@ export default {
|
|||||||
height: 56rpx;
|
height: 56rpx;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-radius: 4rpx;
|
border-radius: 4rpx;
|
||||||
background: #28AAF4;
|
border: 0;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
line-height: 56rpx;
|
||||||
|
text-align: center;
|
||||||
|
box-shadow: none;
|
||||||
|
background: #28AAF4;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vline {
|
.vline {
|
||||||
|
|||||||
Reference in New Issue
Block a user