From 30cf997c1e989e02c2c9d10b17f4ca48e93f631c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 17 Mar 2023 16:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/ProductList/ProductList.vue | 2 ++ pages/integral/integral.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/ProductList/ProductList.vue b/pages/ProductList/ProductList.vue index f9efa59..74af17a 100644 --- a/pages/ProductList/ProductList.vue +++ b/pages/ProductList/ProductList.vue @@ -77,6 +77,8 @@ } }, onLoad(options) { //获取传值 + this.GoodsCategorychildrenid = null + this.tabIndex = 0 if (options.title) { this.title = options.title //导航栏标题 } diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index 74272e0..a156dd9 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -270,6 +270,7 @@ that.patientId = value that.updata.patientId = value that.selectPatientSignInifo(); + that.user(); AppIdentification(value).then(res => { if (res.code == 200) { if (res.data.loginFlag) { @@ -537,7 +538,6 @@ }) this.goodslist = res.rows this.goodstotal = res.total - this.user(); } else if (res.code == 9999) { this.$refs.uToast.show({ title: '未登录,请先登录',