1
xuxueyang
2024-08-02 c3d363dcf6744ff5042a399bbd8c11671fafb429
1
已修改1个文件
13 ■■■■ 文件已修改
pages/user/supplier-user.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/user/supplier-user.vue
@@ -373,12 +373,13 @@
                                })
                                that.$message.hideLoading()
                                if (code == 0) {
                                    that.$message.showToast(`绑定合伙人${partnerName}成功`)
                                    setTimeout(async () => {
                                        that.$message.showLoading()
                                        await that.$store.dispatch('getCurrentInfo')
                                        that.$message.hideLoading()
                                    }, 300)
                                    that.$message.showToast(`绑定合伙人${partnerName}成功`)
                                    await that.$store.dispatch('getCurrentInfo')
                                    // setTimeout(async () => {
                                    //     that.$message.showLoading()
                                    //     that.$message.hideLoading()
                                    // }, 1000)
                                }
                            } else {