From bb21ccd19d8a96f3798c0fa180946569321844a9 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 29 七月 2024 11:49:32 +0800 Subject: [PATCH] update更新bug --- 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