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端商城订单确认收货的逻辑)