From 96c4135cc0b3fbd59958988b03102c8d9efeb72b Mon Sep 17 00:00:00 2001 From: xuxy <1059738716@qq.com> Date: 星期六, 27 七月 2024 00:32:03 +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