From dc6cdf2414ee7c453e1bca47898177f7af079945 Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期一, 29 七月 2024 00:03:59 +0800 Subject: [PATCH] 1 --- 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