Style:界面细节调整

This commit is contained in:
lifizer
2024-04-26 10:01:11 +08:00
parent ec6575c09e
commit 6aa3fbdd54
3 changed files with 16 additions and 6 deletions
+8 -2
View File
@@ -200,9 +200,15 @@ export default {
})
},
goRefund(order) {
uni.navigateTo({
url: `/pkg_orders/views/refund?id=${order.orderId}`
uni.showToast({
title: '订单已收货,如需退款请联系客服',
mask: false,
icon: 'none',
duration: 3000
})
// uni.navigateTo({
// url: `/pkg_orders/views/refund?id=${order.orderId}`
// })
},
goLogistics(order) {
this.$yrouter.push({