改为调用正式环境接口

This commit is contained in:
1378012178@qq.com 2025-03-18 17:34:15 +08:00
parent d37ea986c5
commit cefcb4713d
3 changed files with 3 additions and 3 deletions

View File

@ -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 = []; //

View File

@ -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;
}

View File

@ -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