From 799b6a04bbc0a56972c5be392518c9da6308e6e0 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 26 七月 2024 18:01:33 +0800 Subject: [PATCH] update --- pages/login/supplier-reg.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/login/supplier-reg.vue b/pages/login/supplier-reg.vue index 26a40f1..d79a3f4 100644 --- a/pages/login/supplier-reg.vue +++ b/pages/login/supplier-reg.vue @@ -302,7 +302,7 @@ tjson = this.$storage.getItem('cache_partner_info') // #endif // #ifdef PUB_CUSTOMER - this.$storage.getItem('cache_customer_info') + tjson = this.$storage.getItem('cache_customer_info') // #endif if (!tjson) { -- Gitblit v1.9.3