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: '未登录,请先登录',