From 6413a2050ff7192be7b14eaf572461502947998b Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Mon, 2 Sep 2024 16:53:47 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BA=8A=E5=9E=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 2 +- page_user/orderdetail.vue | 4 +++- pages/index/index.vue | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index fd300f9..60214bd 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -20,7 +20,7 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - baseUrl: 'http://192.168.2.157:3302', + baseUrl: 'http://192.168.2.223:3302', // baseUrl: 'https://kang.chuangtewl.com/prod-api', loadingText: '努力加载中~', loadingTime: 800, diff --git a/page_user/orderdetail.vue b/page_user/orderdetail.vue index 95cef00..a34f9c6 100644 --- a/page_user/orderdetail.vue +++ b/page_user/orderdetail.vue @@ -121,9 +121,11 @@ userflag:false, maskflag:false, inptext:'', + userid:'' } }, onLoad(option) { + this.userid = uni.getStorageSync('userType').userId this.billId = option.billId this.getxq() }, @@ -148,7 +150,7 @@ this.$u.get(`/app/bill/arrival/${this.billId}`).then(res => { if(res.code == 200){ this.obj = res.data - if(res.data.status == 2){ + if(this.userid == res.data.agentId && res.data.status == 2){ this.userflag = true }else{ this.userflag = false diff --git a/pages/index/index.vue b/pages/index/index.vue index 8c3112d..638aaaa 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -297,7 +297,7 @@ storeId: this.storeId, userId: this.userId } - this.$u.put(`/app/shareCode/use`, data).then((res) => { + this.$u.put(`/app/shareCode/use`, data).then((res) => { if (res.code == 200) { uni.showToast({ title: res.msg,