From 11f7661538f75c2d4eefd32408eba6dc0d77052b Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期一, 29 七月 2024 11:17:38 +0800 Subject: [PATCH] add 供应商的入位 --- 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