From a12e6cf4def6d22425ad187692e221ecc9b3a618 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期六, 03 八月 2024 18:02:14 +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 c053514..90d84a1 100644 --- a/pages/login/supplier-reg.vue +++ b/pages/login/supplier-reg.vue @@ -156,7 +156,7 @@ }, methods: { async scanPartnerCode() { - await this.$message.confirm('确定要绑定合伙人吗?') + // await this.$message.confirm('确定要绑定合伙人吗?') //扫二维码确认 let that = this uni.scanCode({ -- Gitblit v1.9.3