|
@@ -302,8 +302,8 @@ export default {
|
|
|
title: that.$t(`缺少订单号无法取消订单`)
|
|
|
});
|
|
|
uni.showModal({
|
|
|
- title: that.$t(`删除订单`),
|
|
|
- content: that.$t(`确定删除该订单`),
|
|
|
+ title: that.$t(`取消订单`),
|
|
|
+ content: that.$t(`确定取消该订单`),
|
|
|
success: function (res) {
|
|
|
if (res.confirm) {
|
|
|
postUserOrderCancel({ id: order_id })
|
|
@@ -342,8 +342,8 @@ export default {
|
|
|
title: that.$t(`缺少订单号无法申请退款订单`)
|
|
|
});
|
|
|
uni.showModal({
|
|
|
- title: that.$t(`删除订单`),
|
|
|
- content: that.$t(`确定删除该订单`),
|
|
|
+ title: that.$t(`申请退款`),
|
|
|
+ content: that.$t(`确定申请退款该订单`),
|
|
|
success: function (res) {
|
|
|
if (res.confirm) {
|
|
|
postUserOrderRefund({ id: order_id })
|