From cefcb4713d61710036daee4baf671f84f6fbf8bc Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Tue, 18 Mar 2025 17:34:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E8=B0=83=E7=94=A8=E6=AD=A3?= =?UTF-8?q?=E5=BC=8F=E7=8E=AF=E5=A2=83=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my/hongbao/youhuijuanList.vue | 2 +- package/pages/zysc/index/index.vue | 2 +- package/pages/zysc/my/payment.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/my/hongbao/youhuijuanList.vue b/my/hongbao/youhuijuanList.vue index d7c274c..faea08f 100644 --- a/my/hongbao/youhuijuanList.vue +++ b/my/hongbao/youhuijuanList.vue @@ -158,7 +158,7 @@ status:this.tabIndex, minMoney:this.priceDd } - this.$Request.get('/app/coupon/selectUserCouponList',data).then(res => { + this.$Request.getT('/app/coupon/selectUserCouponList',data).then(res => { if (res.code == 0) { if (res.data) { if (this.page == 1) this.hongbao = []; //如果是第一页需手动制空列表 diff --git a/package/pages/zysc/index/index.vue b/package/pages/zysc/index/index.vue index 8e885d6..a294cc7 100644 --- a/package/pages/zysc/index/index.vue +++ b/package/pages/zysc/index/index.vue @@ -330,7 +330,7 @@ } }, getmrsc() { - this.$Request.get('/app/goods/recommend?page=0&size=3&sort=createAt').then(res => { + this.$Request.getT('/app/goods/recommend?page=0&size=3&sort=createAt').then(res => { if (res.status === 0) { this.mrscList = res.data.content; } diff --git a/package/pages/zysc/my/payment.vue b/package/pages/zysc/my/payment.vue index 1c8eb4b..1c76f1f 100644 --- a/package/pages/zysc/my/payment.vue +++ b/package/pages/zysc/my/payment.vue @@ -286,7 +286,7 @@ // #endif } else if (this.openWay === 2) { //2:零钱支付 let orderIds = this.id; - this.$Request.get('/app/orders/changePay?ordersId=' + this.id).then(async res => { + this.$Request.getT('/app/orders/changePay?ordersId=' + this.id).then(async res => { if (res.status === 0) { if(this.goodsType == 57){ //代金券直接执行发货逻辑(pc端商城订单确认收货的逻辑)